Mon, 27 Nov 2006 22:34:46 +0000
[gaim-migrate @ 17831]
- change "global proxy settings" to "GNOME proxy settings," when running GNOME
- Make the docklet "click" event happen on mouse-up, rather than mouse-down (otherwise
in "pending" mode, the mouse-up event will be sent to some other app, and it will
think it's clicked.
- Make Jabber not create a new dialog in response to closing a dialog. This is part
of a larger change I'm working on to remove all authentication dialogs, and it just
happened to be in this tree when I svn ci'ed, and I don't feel like reverting it ;)
| 12838 | 1 | /** @page gtklog-signals GtkLog Signals |
| 2 | ||
| 3 | @signals | |
| 4 | @signal log-displaying | |
| 5 | @endsignals | |
| 6 | ||
| 7 | <hr> | |
| 8 | ||
| 9 | @signaldef log-displaying | |
| 10 | @signalproto | |
| 11 | void (*log_displaying)(GaimGtkLogViewer *viewer, GaimLog *log); | |
| 12 | @endsignalproto | |
| 13 | @signaldesc | |
| 14 | Emitted when a log is being displayed. | |
| 15 | @param viewer The log viewer | |
| 16 | @param log The log being displayed | |
| 17 | @endsignaldef | |
| 18 | ||
| 19 | */ | |
| 20 | // vim: syntax=c tw=75 et |