log pidgin/gtknotify.c @ 27340:fc920924cea3

age author description
Fri, 03 Jul 2009 02:51:20 +0000 Paul Aurich Close the mail dialog at signoff if it's empty. Closes #9345.
Fri, 03 Jul 2009 02:35:27 +0000 Paul Aurich Remove the PidginMailDialog typedef.
Fri, 03 Jul 2009 02:33:30 +0000 Paul Aurich Remove a few layers of evil abstraction.
Fri, 03 Jul 2009 02:13:39 +0000 Paul Aurich Remove trailing whitespace
Thu, 02 Jul 2009 04:15:21 +0000 Paul Aurich Clear the notifications via a signal instead of pidgin_close_notify.
Wed, 01 Jul 2009 03:53:48 +0000 Paul Aurich Avoid a null deref when clearing mail notifications. Refs #9345.
Sat, 27 Jun 2009 05:45:43 +0000 Sadrul Habib Chowdhury Make sure uninitialized variable is not used. This might fix #9345,