updated on Thu Jan 12 12:00:22 UTC 2012
[aur-mirror.git] / thunderbird-branded / mozilla-notify.patch
blob952567b0ecf91771413a2239dfbdd2a13a5acab5
1 diff -up comm-1.9.2/mozilla/toolkit/system/gnome/nsAlertsIconListener.cpp.libnotify comm-1.9.2/mozilla/toolkit/system/gnome/nsAlertsIconListener.cpp
2 --- comm-1.9.2/mozilla/toolkit/system/gnome/nsAlertsIconListener.cpp.libnotify 2010-10-27 09:05:36.000000000 +0200
3 +++ comm-1.9.2/mozilla/toolkit/system/gnome/nsAlertsIconListener.cpp 2010-11-08 13:28:04.564002379 +0100
4 @@ -204,7 +204,7 @@ nsAlertsIconListener::ShowAlert(GdkPixbu
6 NotifyNotification* notify = notify_notification_new(mAlertTitle.get(),
7 mAlertText.get(),
8 - NULL, NULL);
9 + NULL);
10 if (!notify)
11 return NS_ERROR_OUT_OF_MEMORY;