]> git.pld-linux.org Git - packages/icedove.git/commitdiff
- obsolete, fixed upstream
authorhawk <hawk@pld-linux.org>
Fri, 29 Apr 2011 09:33:40 +0000 (09:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    icedove-libnotify.patch -> 1.2

icedove-libnotify.patch [deleted file]

diff --git a/icedove-libnotify.patch b/icedove-libnotify.patch
deleted file mode 100644 (file)
index 98dd81e..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- mozilla/mozilla/toolkit/system/gnome/nsAlertsIconListener.cpp~     2011-03-03 12:42:51.000000000 +0100
-+++ mozilla/mozilla/toolkit/system/gnome/nsAlertsIconListener.cpp      2011-04-06 18:10:55.850586553 +0200
-@@ -204,7 +204,11 @@
- {
-   NotifyNotification* notify = notify_notification_new(mAlertTitle.get(),
-                                                        mAlertText.get(),
--                                                       NULL, NULL);
-+                                                       NULL
-+#if !defined(NOTIFY_VERSION_MINOR) || (NOTIFY_VERSION_MAJOR == 0 && NOTIFY_VERSION_MINOR < 7)
-+                                                     , NULL
-+#endif
-+                                                     );
-   if (!notify)
-     return NS_ERROR_OUT_OF_MEMORY;
This page took 0.027992 seconds and 4 git commands to generate.