diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/obexpush.c | 3 |
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); |