Thu, 13 Jan 2005 05:24:08 +0000
[gaim-migrate @ 11811]
This (based on Patches 1080754 and 1064761) makes the win32 systray use the prettier icons that are used everywhere else (unless you are unfortunate enough to run in 4-bit color, in which case, you are probably used to everything being ugly).
committer: Daniel Atallah <datallah@pidgin.im>
| 9001 | 1 | /** @page gtkconv-signals GtkConv Signals |
| 2 | ||
| 3 | @signals | |
| 4 | @signal conversation-drag-ended | |
| 5 | @endsignals | |
| 6 | ||
| 7 | <hr> | |
| 8 | ||
| 9 | @signaldef conversation-drag-ended | |
| 10 | @signalproto | |
| 11 | void (*conversation-drag-ended)(GaimConvWindow *source, GaimConvWindow *destination); | |
| 12 | @endsignalproto | |
| 13 | @signaldesc | |
| 14 | Emitted when a conversation drag and drop has finished. | |
| 15 | @param source The conversation that has been moved. | |
| 16 | @param destination Where the conversation is now. | |
| 17 | @endsignaldef | |
| 18 | */ |