Mercurial > pidgin.yaz
view doc/gtkaccount-signals.dox @ 13522:5ddae6fe983e
[gaim-migrate @ 15898]
SF Patch #1451956 from Philip Derrin
"The IRC client displays any /notice in an IM window,
even when the /notice was actually sent to a channel.
It does so even if the sender of the /notice is being
ignored in that channel.
A patch to fix this is attached. I'm aware the fix is a
little seedy, but so is the code it's fixing."
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 17 Mar 2006 05:45:48 +0000 |
parents | 5bc3d67ceb24 |
children | 8cf53d7a0887 |
line wrap: on
line source
/** @page gtkaccount-signals GtkAccount Signals @signals @signal account-modified @endsignals <hr> @signaldef account-modified @signalproto void (*account-modified)(GaimAccount *account); @endsignalproto @signaldesc Emitted when the settings for an account have been changed and saved. @param account The account that has been modified. @endsignaldef */ // vim: syntax=c tw=75 et