[gnome-user-share] obex: Use Bluetooth icon for notifications



commit ef155ef9653b90d6d9fd53471115e3d4f92f62ee
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Nov 15 12:19:32 2013 +0100

    obex: Use Bluetooth icon for notifications

 src/obexpush.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/obexpush.c b/src/obexpush.c
index cc9f851..deb1f8d 100644
--- a/src/obexpush.c
+++ b/src/obexpush.c
@@ -152,8 +152,8 @@ show_notification (const char *filename)
        notification_text = g_strdup_printf(_("You received \"%s\" via Bluetooth"), display);
        g_free (display);
        notification = notify_notification_new (_("You received a file"),
-                                                                notification_text,
-                                                                "dialog-information");
+                                               notification_text,
+                                               "bluetooth");
 
        notify_notification_set_timeout (notification, NOTIFY_EXPIRES_DEFAULT);
        notify_notification_set_hint_string (notification, "desktop-entry", "gnome-bluetooth-panel");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]