pidgin: 136cd28c: In the close_notify ui op, close the ema...

darkrain42 at pidgin.im darkrain42 at pidgin.im
Thu May 7 01:25:34 EDT 2009


-----------------------------------------------------------------
Revision: 136cd28c47ef3338b71082503a83a7ecf465df78
Ancestor: 63312ea6181eca71c0b14ff03c7d0cd7beb6ea9d
Author: darkrain42 at pidgin.im
Date: 2009-05-07T05:20:18
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/136cd28c47ef3338b71082503a83a7ecf465df78

Modified files:
        pidgin/gtknotify.c

ChangeLog: 

In the close_notify ui op, close the email notification dialog.

Fixes #8779, #8836, #8240, #8306 (I believe) and possibly others.

-------------- next part --------------
============================================================
--- pidgin/gtknotify.c	cb0fb1b63bb20369f7ffe566a09d776a4ba386ef
+++ pidgin/gtknotify.c	662e33170d4f2209b3bed6fcbafb00d283c9b4bd
@@ -1104,6 +1104,9 @@ pidgin_close_notify(PurpleNotifyType typ
 	{
 		PidginNotifyMailData *data = (PidginNotifyMailData *)ui_handle;
 
+		/* Close the notification dialog */
+		pidgin_notify_emails(purple_account_get_connection(data->account),
+		                     0, FALSE, NULL, NULL, NULL, NULL);
 		if (data) {
 			g_free(data->url);
 			g_free(data);


More information about the Commits mailing list