Mercurial > pidgin
view doc/gtklog-signals.dox @ 26617:cb6dd7ee9df3
Only pre-create a PurpleConversation (if there was none yet) if an incoming
message contains custom smileys.
Partly fixes the "popup a conversation window when set to hide" bug.
Until I found a better way to fix entirely...
Refs #7380
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Fri, 17 Apr 2009 21:29:11 +0000 |
parents | e0613cf8c493 |
children |
line wrap: on
line source
/** @page gtklog-signals GtkLog Signals @signals @signal log-displaying @endsignals @see gtklog.h <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.doxygen tw=75 et