summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/obexpush.c5
1 files changed, 2 insertions, 3 deletions
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 <gio/gio.h>
#include <gdk/gdk.h>
#include <gtk/gtk.h>
-#include <libmatenotify/notify.h>
+#include <libnotify/notify.h>
#include <dbus/dbus-glib.h>
#include <dbus/dbus-glib-lowlevel.h>
#include <canberra-gtk.h>
@@ -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);