Mercurial > pidgin
view doc/cipher-signals.dox @ 13358:708baf7cfee8
[gaim-migrate @ 15731]
sf patch #1439082, from Sadrul Habib Chowdhury
"It is not necessary to change the selection in the
status box when you start typing. This removes a bug
for account-boxes which always set the status of the
account to what the global-status was set to instead of
the account-box when you typed something in the
account-box entry.
(The selection was being updated when user started
typing because the statusbox used to select and show
transient status titles -- for a couple of days. So it
was necessary to change to the corresponding
primitive-status when user started typing)"
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 01 Mar 2006 05:57:36 +0000 |
parents | 1ec93dd2f359 |
children | 8cf53d7a0887 |
line wrap: on
line source
/** @page cipher-signals Cipher Signals @signals @signal cipher-added @signal cipher-removed @endsignals <hr> @signaldef cipher-added @signalproto void (*cipher_added)(GaimCipher *cipher); @endsignalproto @signaldesc Emitted when a cipher is added. @param cipher The cipher that was added. @endsignaldef @signaldef cipher-removed @signalproto void (*cipher_removed)(GaimCipher *cipher); @endsignalproto @signaldesc Emitted when a cipher is removed. @param cipher The cipher that was removed. @endsignaldef */ // vim: syntax=c tw=75 et