diff options
author | Steve Zesch <[email protected]> | 2012-05-19 09:35:49 -0400 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-05-19 09:35:49 -0400 |
commit | d2f872502685cf401034113501459cc42bacab8e (patch) | |
tree | 4d1b629032d574d6dc203518dce6f24021150ce0 /src/obexpush.c | |
parent | b0d8bc177549912af56861c143dda59b2cbfb9fd (diff) | |
download | mate-user-share-d2f872502685cf401034113501459cc42bacab8e.tar.bz2 mate-user-share-d2f872502685cf401034113501459cc42bacab8e.tar.xz |
Changes from yesterday.
Diffstat (limited to 'src/obexpush.c')
-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); |