From 3b15531a8d6f85bf654289deffe67c0893c70857 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 28 Feb 2013 12:59:23 +0100 Subject: Use libnotify instead of libmatenotify --- src/obexpush.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/obexpush.c') diff --git a/src/obexpush.c b/src/obexpush.c index e458e6b..b2d6efe 100644 --- a/src/obexpush.c +++ b/src/obexpush.c @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include @@ -137,8 +137,7 @@ show_notification (const char *filename) g_free (display); notification = notify_notification_new (_("You received a file"), notification_text, - "dialog-information", - NULL); + "dialog-information"); notify_notification_set_timeout (notification, NOTIFY_EXPIRES_DEFAULT); -- cgit v1.2.1