From af4d329b015f45f609090f4b22a83abe818e0273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Tue, 7 Jun 2011 00:38:43 -0300 Subject: thunderbird-libre-3.1.10-3 --- libre/thunderbird-libre/mozilla-notify.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libre/thunderbird-libre/mozilla-notify.patch (limited to 'libre/thunderbird-libre/mozilla-notify.patch') diff --git a/libre/thunderbird-libre/mozilla-notify.patch b/libre/thunderbird-libre/mozilla-notify.patch new file mode 100644 index 000000000..952567b0e --- /dev/null +++ b/libre/thunderbird-libre/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 v1.2.3-2-g168b