Mercurial > pidgin
view doc/gtklog-signals.dox @ 18436:3f964a7e27e2
Don't present the buddy list when a row is added to the accounts
window. I'm not quite sure why this was done... I'm guessing so
that the buddy list comes to the front when a new account is
added. Do we really want that? If so, the Pidgin gtkblist code
should watch the account-added signal instead.
This fixes a bug where
1. System tray icon is enabled and buddy list is hidden
2. User right-clicks system tray icon and selects "Accounts"
3. The buddy list pops up
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 05 Jul 2007 08:06:08 +0000 |
parents | 8cf53d7a0887 |
children | e0613cf8c493 |
line wrap: on
line source
/** @page gtklog-signals GtkLog Signals @signals @signal log-displaying @endsignals <hr> @signaldef log-displaying @signalproto void (*log_displaying)(PidginLogViewer *viewer, PurpleLog *log); @endsignalproto @signaldesc Emitted when a log is being displayed. @param viewer The log viewer @param log The log being displayed @endsignaldef */ // vim: syntax=c tw=75 et