summaryrefslogtreecommitdiff
path: root/community/ario
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-07-25 14:36:24 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-07-25 14:36:24 +0000
commitc52a1a6eb4ad278a7b6d9eeeb9c7c88f73ca8d8c (patch)
tree6ea332ea2bc8d6dfbfeba417c0e0d40a4608daaa /community/ario
parent43983783a3e8bf61896eb93a2858a14bbaf3a53b (diff)
Mon Jul 25 14:36:20 UTC 2011
Diffstat (limited to 'community/ario')
-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