From d7fd99edc2ff74e6d3f6b545954d9480551c9034 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 27 Nov 2010 17:51:33 +0100 Subject: thunderbird: sync with rawhide for lightning --- mozilla-notify.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mozilla-notify.patch (limited to 'mozilla-notify.patch') diff --git a/mozilla-notify.patch b/mozilla-notify.patch new file mode 100644 index 0000000..952567b --- /dev/null +++ b/mozilla-notify.patch @@ -0,0 +1,12 @@ +diff -up comm-1.9.2/mozilla/toolkit/system/gnome/nsAlertsIconListener.cpp.libnotify comm-1.9.2/mozilla/toolkit/system/gnome/nsAlertsIconListener.cpp +--- comm-1.9.2/mozilla/toolkit/system/gnome/nsAlertsIconListener.cpp.libnotify 2010-10-27 09:05:36.000000000 +0200 ++++ comm-1.9.2/mozilla/toolkit/system/gnome/nsAlertsIconListener.cpp 2010-11-08 13:28:04.564002379 +0100 +@@ -204,7 +204,7 @@ nsAlertsIconListener::ShowAlert(GdkPixbu + { + NotifyNotification* notify = notify_notification_new(mAlertTitle.get(), + mAlertText.get(), +- NULL, NULL); ++ NULL); + if (!notify) + return NS_ERROR_OUT_OF_MEMORY; + -- cgit