|
From: <mgo...@us...> - 2016-11-01 19:58:08
|
Revision: 1097
http://sourceforge.net/p/osmo-pim/code/1097
Author: mgordienko
Date: 2016-11-01 19:58:06 +0000 (Tue, 01 Nov 2016)
Log Message:
-----------
Fix the typo in the exported object and interface name
Modified Paths:
--------------
branches/dbus/src/dbus.c
Modified: branches/dbus/src/dbus.c
===================================================================
--- branches/dbus/src/dbus.c 2016-10-30 18:44:14 UTC (rev 1096)
+++ branches/dbus/src/dbus.c 2016-11-01 19:58:06 UTC (rev 1097)
@@ -210,7 +210,7 @@
static const gchar contacts_introspection_xml[] =
"<node>"
- " <interface name=\"org.crayo.osmo.Contacts\">"
+ " <interface name=\"org.clayo.osmo.Contacts\">"
" <method name=\"Find\">"
" <arg name=\"query\" type=\"s\" direction=\"in\" />"
" <arg name=\"vcard\" type=\"s\" direction=\"out\" />"
@@ -226,7 +226,7 @@
guint registration_id;
registration_id = g_dbus_connection_register_object(connection,
- "/org/crayo/osmo/Contacts",
+ "/org/clayo/osmo/Contacts",
contacts_introspection->interfaces[0],
&interface_vtable,
contacts,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|