Fix bus name in error message

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
Marc-Antoine Perennou 2011-09-02 17:51:14 +02:00 committed by Dan Winship
parent 98fa71ba18
commit b245ee6212

View File

@ -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);