summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-05-19 09:35:49 -0400
committerSteve Zesch <[email protected]>2012-05-19 09:35:49 -0400
commitd2f872502685cf401034113501459cc42bacab8e (patch)
tree4d1b629032d574d6dc203518dce6f24021150ce0 /src
parentb0d8bc177549912af56861c143dda59b2cbfb9fd (diff)
downloadmate-user-share-d2f872502685cf401034113501459cc42bacab8e.tar.bz2
mate-user-share-d2f872502685cf401034113501459cc42bacab8e.tar.xz
Changes from yesterday.
Diffstat (limited to 'src')
-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);