summaryrefslogtreecommitdiff
path: root/x11/xfce4-exo/patches/patch-exo-mount-notify_main.c
blob: e55517a1153a74862ee65f4afcf70f52c5d908b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-exo-mount-notify_main.c,v 1.1 2013/08/16 06:45:13 obache Exp $

* for libnotify-0.7 API change

--- exo-mount-notify/main.c.orig	2009-01-12 20:33:40.000000000 +0000
+++ exo-mount-notify/main.c
@@ -243,7 +243,7 @@ main (int argc, char **argv)
     }
 
   /* setup the notification */
-  notification = notify_notification_new (summary, message, opt_icon, NULL);
+  notification = notify_notification_new (summary, message, opt_icon);
   g_signal_connect (G_OBJECT (notification), "closed", G_CALLBACK (gtk_main_quit), NULL);
   g_object_add_weak_pointer (G_OBJECT (notification), (gpointer) &notification);
   notify_notification_set_urgency (notification, NOTIFY_URGENCY_CRITICAL);