summaryrefslogtreecommitdiffstats
path: root/mozilla-notify.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-03-01 20:16:33 +0100
committerRemi Collet <fedora@famillecollet.com>2011-03-01 20:16:33 +0100
commit3fb6d75aa3fe9e0a5c119f86fd7e15d16f0312a4 (patch)
tree38c2541e55fd55a776b812f943bcff6d3b622003 /mozilla-notify.patch
parentfc33b93d912514b6f62f94c4d482417bd7f3facc (diff)
thunderbird 3.1.8 (whithout lightning which is broken)
Diffstat (limited to 'mozilla-notify.patch')
-rw-r--r--mozilla-notify.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/mozilla-notify.patch b/mozilla-notify.patch
deleted file mode 100644
index 952567b..0000000
--- a/mozilla-notify.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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;
-