[gnome-bluetooth] settings: Use correct name to initialise libnotify



commit c5547d5d81e89a0b781de7c62a310116f079e281
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jul 31 15:01:03 2015 +0200

    settings: Use correct name to initialise libnotify

 lib/bluetooth-settings-obexpush.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/bluetooth-settings-obexpush.c b/lib/bluetooth-settings-obexpush.c
index 823cc90..4fc9f13 100644
--- a/lib/bluetooth-settings-obexpush.c
+++ b/lib/bluetooth-settings-obexpush.c
@@ -814,7 +814,7 @@ obex_agent_up (void)
        if (agent == NULL)
                agent = obex_agent_new ();
 
-       if (!notify_init("gnome-user-share")) {
+       if (!notify_init ("gnome-bluetooth")) {
                g_warning("Unable to initialize the notification system");
        }
 }


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