diff options
Diffstat (limited to 'mail/balsa/files/patch-src_main-window.c')
-rw-r--r-- | mail/balsa/files/patch-src_main-window.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/balsa/files/patch-src_main-window.c b/mail/balsa/files/patch-src_main-window.c new file mode 100644 index 000000000000..b376b7260ddc --- /dev/null +++ b/mail/balsa/files/patch-src_main-window.c @@ -0,0 +1,11 @@ +--- src/main-window.c.orig 2011-08-16 13:32:27.000000000 +0200 ++++ src/main-window.c 2011-08-16 13:33:10.000000000 +0200 +@@ -3406,7 +3406,7 @@ bw_display_new_mail_notification(int num + } else { + num_total = num_new; + balsa_app.main_window->new_mail_note = +- notify_notification_new("Balsa", NULL, NULL, NULL); ++ notify_notification_new("Balsa", NULL, NULL); + g_object_add_weak_pointer(G_OBJECT(balsa_app.main_window-> + new_mail_note), + (gpointer) & balsa_app.main_window-> |