Mercurial > pidgin.yaz
view doc/savedstatus-signals.dox @ 22244:b4612f57003b
In Pidgin's privacy dialog:
* Rename the "Clear" button to "Remove All," which is ironically more
clear. This has the side-effect of also fixing the accelerator key
('c' was being used for both "Clear" and "Close")
* Remove the find_permit_block_by_name() function because the
purple_privacy_permit_remove() and purple_privacy_deny_remove()
perform this check for us
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 01 Feb 2008 02:41:35 +0000 |
parents | e0613cf8c493 |
children |
line wrap: on
line source
/** @page savedstatus-signals Saved Status Signals @signals @signal savedstatus-changed @endsignals @see savedstatus.h <hr> @signaldef savedstatus-changed @signalproto void (*savedstatus_changed)(PurpleSavedStatus *new, PurpleSavedStatus *old); @endsignalproto @signaldesc Emitted when a new saved status is activated. @endsignaldef */ // vim: syntax=c.doxygen tw=75 et