------------------------------------------------------------ revno: 385 committer: Ted Gould <[email protected]> branch nick: messages-v2 timestamp: Tue 2009-09-01 12:05:33 -0500 message: Fixing bad grammar in comment. From code review by Aurelien. modified: libindicate/indicator.c
-- lp:~ted/libindicate/messages-v2 https://code.launchpad.net/~ted/libindicate/messages-v2 Your team ayatana-commits is subscribed to branch lp:~ted/libindicate/messages-v2. To unsubscribe from this branch go to https://code.launchpad.net/~ted/libindicate/messages-v2/+edit-subscription.
=== modified file 'libindicate/indicator.c' --- libindicate/indicator.c 2009-08-31 21:26:29 +0000 +++ libindicate/indicator.c 2009-09-01 17:05:33 +0000 @@ -148,8 +148,8 @@ @arg1: Whether the indicator has been displayed This is the signal that the indicator has been displayed, or - hidden by a listener. In most cases, it'll be that it's - been displayed as most folks don't go changing their mind. + hidden by a listener. In most cases, the signal will be that it + has been displayed as most folks don't go hiding it later. */ signals[DISPLAYED] = g_signal_new(INDICATE_INDICATOR_SIGNAL_DISPLAYED, G_TYPE_FROM_CLASS(class),
_______________________________________________ Mailing list: https://launchpad.net/~ayatana-commits Post to : [email protected] Unsubscribe : https://launchpad.net/~ayatana-commits More help : https://help.launchpad.net/ListHelp

