[gnome-online-accounts] daemon: Proper application name for notification
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts] daemon: Proper application name for notification
- Date: Mon, 16 Apr 2012 18:49:01 +0000 (UTC)
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]