Mercurial > pidgin
changeset 26840:c637ddabb491
In the close_notify ui op, close the email notification dialog.
Fixes #8779, #8836, #8240, #8306 (I believe) and possibly others.
| author | Paul Aurich <paul@darkrain42.org> |
|---|---|
| date | Thu, 07 May 2009 05:20:18 +0000 |
| parents | bb537c36d92f |
| children | b0f61cb90f62 |
| files | pidgin/gtknotify.c |
| diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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);
