[gnome-disk-utility] notify: Better application name



commit 20707fb24472d0aebda88a236ce43e019313a744
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jan 9 18:02:28 2017 +0100

    notify: Better application name
    
    Which matches the .desktop that's now installed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=777051

 src/notify/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/notify/main.c b/src/notify/main.c
index c8bf2bf..ec2cd38 100644
--- a/src/notify/main.c
+++ b/src/notify/main.c
@@ -43,7 +43,7 @@ main (int argc, char *argv[])
   guint name_owner_id = 0;
   GduSdMonitor *monitor = NULL;
 
-  notify_init ("test-gdusdplugin");
+  notify_init ("org.gnome.SettingsDaemon.DiskUtilityNotify");
 
   loop = g_main_loop_new (NULL, FALSE);
 


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