diff options
Diffstat (limited to 'gnome-extra/wp_tray/files/wp_tray-0.5.5-libnotify-0.7.patch')
-rw-r--r-- | gnome-extra/wp_tray/files/wp_tray-0.5.5-libnotify-0.7.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gnome-extra/wp_tray/files/wp_tray-0.5.5-libnotify-0.7.patch b/gnome-extra/wp_tray/files/wp_tray-0.5.5-libnotify-0.7.patch deleted file mode 100644 index b835a8a81663..000000000000 --- a/gnome-extra/wp_tray/files/wp_tray-0.5.5-libnotify-0.7.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- src/LibNotify.cc -+++ src/LibNotify.cc -@@ -11,6 +11,10 @@ - #include "LibNotify.hh" - #include "Applet.hh" - -+#ifndef NOTIFY_CHECK_VERSION -+#define NOTIFY_CHECK_VERSION(x,y,z) 0 -+#endif -+ - //------------------------------------------------------------------------
- /**
- <fn_NotifyCallbackReject>
-@@ -111,9 +115,12 @@ - NotifyNotification * p_Notification = notify_notification_new ( - _("Wallpaper Tray is about to change your wallpaper"), - sz_MsgText.c_str(), -- NULL, -- NULL//GTK_WIDGET(m_pApplet->gobj()) -+ NULL -+#if NOTIFY_CHECK_VERSION (0, 7, 0) - ); -+#else -+ , NULL); -+#endif - - m_SigcConnection = Glib::signal_timeout().connect ( - sigc::mem_fun(this, &LibNotify::OnNotificationChangeAccept), 1000 * 7 |