summaryrefslogtreecommitdiffstats
path: root/mozilla-notify.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-11-06 13:01:57 +0100
committerRemi Collet <fedora@famillecollet.com>2010-11-06 13:01:57 +0100
commit1d81a7236ec40ce5367e824cd7c74a7e0f8d1fff (patch)
treeec2abc18f1b3d5422d26bba55a6d9558b157b159 /mozilla-notify.patch
parent1e280f45ccf3289598a4a288227eac1e555242b7 (diff)
firefox 4.0b7 build1
Diffstat (limited to 'mozilla-notify.patch')
-rw-r--r--mozilla-notify.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/mozilla-notify.patch b/mozilla-notify.patch
new file mode 100644
index 0000000..54a1c59
--- /dev/null
+++ b/mozilla-notify.patch
@@ -0,0 +1,13 @@
+diff -up xulrunner-2.0/mozilla-central/toolkit/system/gnome/nsAlertsIconListener.cpp.notify xulrunner-2.0/mozilla-central/toolkit/system/gnome/nsAlertsIconListener.cpp
+--- xulrunner-2.0/mozilla-central/toolkit/system/gnome/nsAlertsIconListener.cpp.notify 2010-11-02 17:02:18.266180000 -0400
++++ xulrunner-2.0/mozilla-central/toolkit/system/gnome/nsAlertsIconListener.cpp 2010-11-02 17:02:37.699180028 -0400
+@@ -218,7 +218,7 @@ nsAlertsIconListener::ShowAlert(GdkPixbu
+ {
+ mNotification = notify_notification_new(mAlertTitle.get(),
+ mAlertText.get(),
+- NULL, NULL);
++ NULL);
+ if (!mNotification)
+ return NS_ERROR_OUT_OF_MEMORY;
+
+