updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / firefox3-pgo / gnome-notify.patch
blobda17545bc5e33c9e5a7ba71e095d21699fd6176d
1 --- mozilla-1.9.2/toolkit/system/gnome/nsAlertsIconListener.cpp.old 2011-03-28 22:05:22.282469799 +0200
2 +++ mozilla-1.9.2/toolkit/system/gnome/nsAlertsIconListener.cpp 2011-03-28 21:34:05.534299783 +0200
3 @@ -204,7 +204,7 @@
5 NotifyNotification* notify = notify_notification_new(mAlertTitle.get(),
6 mAlertText.get(),
7 - NULL, NULL);
8 + NULL);
9 if (!notify)
10 return NS_ERROR_OUT_OF_MEMORY;