# HG changeset patch # User Paul Aurich # Date 1241673618 0 # Node ID c637ddabb4911dfb8c1a59348dde8e4bea03f804 # Parent bb537c36d92fc3256d25ba837c51b4ef2f639f72 In the close_notify ui op, close the email notification dialog. Fixes #8779, #8836, #8240, #8306 (I believe) and possibly others. diff -r bb537c36d92f -r c637ddabb491 pidgin/gtknotify.c --- a/pidgin/gtknotify.c Thu May 07 04:43:16 2009 +0000 +++ b/pidgin/gtknotify.c Thu May 07 05:20:18 2009 +0000 @@ -1104,6 +1104,9 @@ { 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);