[gnome-online-accounts] daemon: Proper application name for notification



commit 99d96439af2fe96106971d188ed4377dc67d65bf
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Apr 16 20:47:09 2012 +0200

    daemon: Proper application name for notification
    
    Fixes: https://bugzilla.gnome.org/672785

 src/daemon/goadaemon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/daemon/goadaemon.c b/src/daemon/goadaemon.c
index 0d3b290..cf48ae1 100644
--- a/src/daemon/goadaemon.c
+++ b/src/daemon/goadaemon.c
@@ -194,7 +194,7 @@ goa_daemon_init (GoaDaemon *daemon)
   goa_error_domain = GOA_ERROR;
   goa_error_domain; /* shut up -Wunused-but-set-variable */
 
-  notify_init ("goa-daemon");
+  notify_init (_("Online Accounts"));
 
   /* TODO: maybe nicer to pass in a GDBusConnection* construct property */
   daemon->connection = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL);



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