[gnome-user-share] obex: Use correct desktop-entry hint



commit c92a090d7c42114433040c6b6053f00506743f3d
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Nov 15 12:09:33 2013 +0100

    obex: Use correct desktop-entry hint
    
    gnome-user-share-properties.desktop doesn't exist anymore.

 src/obexpush.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/obexpush.c b/src/obexpush.c
index f365855..cc9f851 100644
--- a/src/obexpush.c
+++ b/src/obexpush.c
@@ -156,7 +156,7 @@ show_notification (const char *filename)
                                                                 "dialog-information");
 
        notify_notification_set_timeout (notification, NOTIFY_EXPIRES_DEFAULT);
-       notify_notification_set_hint_string (notification, "desktop-entry", "gnome-user-share-properties");
+       notify_notification_set_hint_string (notification, "desktop-entry", "gnome-bluetooth-panel");
 
        mime_type = g_content_type_guess (filename, NULL, 0, NULL);
        app = g_app_info_get_default_for_type (mime_type, FALSE);
@@ -244,7 +244,7 @@ ask_user (GDBusMethodInvocation *invocation,
 
        notify_notification_set_timeout (notification, NOTIFY_EXPIRES_NEVER);
        notify_notification_set_hint_string (notification, "desktop-entry",
-                                            "gnome-user-share-properties");
+                                            "gnome-bluetooth-panel");
 
        notify_notification_add_action (notification, "receive", _("Receive"),
                                        (NotifyActionCallback) ask_user_transfer_accepted,


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