[libsocialweb] [contact-view] Register the contact view on an unique D-Bus path (BMC#17763)
- From: Ross Burton <rburton src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsocialweb] [contact-view] Register the contact view on an unique D-Bus path (BMC#17763)
- Date: Tue, 24 May 2011 08:44:51 +0000 (UTC)
commit 2d92b529f391c3d33df4cee6acf38854c669560e
Author: Alban Crequy <alban crequy collabora co uk>
Date: Tue May 24 09:42:18 2011 +0100
[contact-view] Register the contact view on an unique D-Bus path (BMC#17763)
libsocialweb/sw-contact-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libsocialweb/sw-contact-view.c b/libsocialweb/sw-contact-view.c
index 04ffc31..bd03235 100644
--- a/libsocialweb/sw-contact-view.c
+++ b/libsocialweb/sw-contact-view.c
@@ -164,7 +164,7 @@ _make_object_path (SwContactView *contact_view)
gchar *path;
static gint count = 0;
- path = g_strdup_printf ("/com/meego/libsocialweb/View%d",
+ path = g_strdup_printf ("/com/meego/libsocialweb/ContactView%d",
count);
count++;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]