Mercurial > pidgin
annotate doc/gtkaccount-signals.dox @ 13034:615c84e94745
[gaim-migrate @ 15392]
Fix SF Bug #1414257
'If you disable idle times, when someone goes idle (but
not away), their name in the buddy list is still
'higher' than it should be...as though the idle time is
still being displayed below it, even though it's not.
(This is only visible when "Show Buddy Details" is on).'
Also, I cleaned up a little code in that function.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 25 Jan 2006 04:44:41 +0000 |
parents | 5bc3d67ceb24 |
children | 8cf53d7a0887 |
rev | line source |
---|---|
9609 | 1 /** @page gtkaccount-signals GtkAccount Signals |
2 | |
3 @signals | |
4 @signal account-modified | |
5 @endsignals | |
6 | |
7 <hr> | |
8 | |
9 @signaldef account-modified | |
10 @signalproto | |
11 void (*account-modified)(GaimAccount *account); | |
12 @endsignalproto | |
13 @signaldesc | |
14 Emitted when the settings for an account have been changed and saved. | |
15 @param account The account that has been modified. | |
16 @endsignaldef | |
17 */ | |
12291
5bc3d67ceb24
[gaim-migrate @ 14595]
Etan Reisner <pidgin@unreliablesource.net>
parents:
9609
diff
changeset
|
18 // vim: syntax=c tw=75 et |