From d2f872502685cf401034113501459cc42bacab8e Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Sat, 19 May 2012 09:35:49 -0400 Subject: Changes from yesterday. --- src/obexpush.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.1