Removed libnotify patch as no longer needed.

This commit is contained in:
Jan Horak 2011-04-28 17:41:30 +02:00
parent 0a9b8b8d21
commit 44dd9a1525
2 changed files with 0 additions and 14 deletions

View File

@ -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;

View File

@ -59,7 +59,6 @@ Patch4: mozilla-libjpeg-turbo.patch
Patch5: mozilla-missing-cflags.patch
Patch6: mozilla-build-s390.patch
Patch7: crashreporter-remove-static.patch
Patch8: mozilla-notify.patch
Patch9: xulrunner-2.0-os2cc.patch
%if %{official_branding}
@ -147,7 +146,6 @@ cd mozilla
%patch6 -p1 -b .s390
%endif
%patch7 -p2 -b .static
%patch8 -p2 -b .libnotify
%patch9 -p1 -b .os2cc
cd ..