diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-01 14:54:17 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-01 14:54:17 -0300 |
commit | d64b17439114535efc484663fe2aaea083c70215 (patch) | |
tree | b1dd2fbada105717b7c4c3b63360865d8b2a7d43 /libre/thunderbird-libre/mozilla-notify.patch | |
parent | 912e3721ba09ca5708f67fb23a5580615a4600c8 (diff) | |
download | abslibre-d64b17439114535efc484663fe2aaea083c70215.tar.gz abslibre-d64b17439114535efc484663fe2aaea083c70215.tar.bz2 abslibre-d64b17439114535efc484663fe2aaea083c70215.zip |
thunderbird-libre-12.0.1-1: deleting unnecessary files
Diffstat (limited to 'libre/thunderbird-libre/mozilla-notify.patch')
-rw-r--r-- | libre/thunderbird-libre/mozilla-notify.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libre/thunderbird-libre/mozilla-notify.patch b/libre/thunderbird-libre/mozilla-notify.patch deleted file mode 100644 index 952567b0e..000000000 --- a/libre/thunderbird-libre/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; - |