[gnome-shell] Fix bus name in error message
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Fix bus name in error message
- Date: Fri, 2 Sep 2011 15:55:09 +0000 (UTC)
commit b245ee6212cbacb225077552cf9c93b1e1b106ce
Author: Marc-Antoine Perennou <Marc-Antoine Perennou com>
Date: Fri Sep 2 17:51:14 2011 +0200
Fix bus name in error message
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine Perennou com>
src/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 7c68799..0c505e7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -125,7 +125,7 @@ shell_dbus_init (gboolean replace)
G_TYPE_UINT, &request_name_result,
G_TYPE_INVALID))
{
- g_print ("failed to acquire org.freedesktop.Notifications: %s\n", error->message);
+ g_print ("failed to acquire org.gnome.Caribou.Keyboard: %s\n", error->message);
}
g_object_unref (bus);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]