summaryrefslogtreecommitdiff
path: root/src/obexpush.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/obexpush.c')
-rw-r--r--src/obexpush.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/obexpush.c b/src/obexpush.c
index c7cb725..75238f5 100644
--- a/src/obexpush.c
+++ b/src/obexpush.c
@@ -141,7 +141,8 @@ show_notification (const char *filename)
g_free (display);
notification = notify_notification_new (_("You received a file"),
notification_text,
- "dialog-information");
+ "dialog-information",
+ NULL);
notify_notification_set_timeout (notification, NOTIFY_EXPIRES_DEFAULT);