summaryrefslogtreecommitdiff
path: root/community/ario/ario-1.5-libnotify-0.7.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ario/ario-1.5-libnotify-0.7.patch')
-rw-r--r--community/ario/ario-1.5-libnotify-0.7.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/ario/ario-1.5-libnotify-0.7.patch b/community/ario/ario-1.5-libnotify-0.7.patch
deleted file mode 100644
index 75749b6d1..000000000
--- a/community/ario/ario-1.5-libnotify-0.7.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- plugins/libnotify/ario-notifier-libnotify.c
-+++ plugins/libnotify/ario-notifier-libnotify.c
-@@ -30,6 +30,10 @@
- #include "lib/ario-conf.h"
- #include "ario-debug.h"
-
-+#ifndef NOTIFY_CHECK_VERSION
-+#define NOTIFY_CHECK_VERSION(x,y,z) 0
-+#endif
-+
- struct ArioNotifierLibnotifyPrivate
- {
- NotifyNotification *notification;
-@@ -122,9 +126,13 @@
- ARIO_LOG_FUNCTION_START;
- notifier_libnotify->priv = ARIO_NOTIFIER_LIBNOTIFY_GET_PRIVATE (notifier_libnotify);
-
-+#if NOTIFY_CHECK_VERSION (0, 7, 0)
-+ notifier_libnotify->priv->notification = notify_notification_new ("Ario", NULL, NULL);
-+#else
- notifier_libnotify->priv->notification = notify_notification_new ("Ario", NULL, NULL, NULL);
- notify_notification_attach_to_status_icon (notifier_libnotify->priv->notification,
- GTK_STATUS_ICON (ario_tray_icon_get_instance ()));
-+#endif
- }
-
- static void