diff options
author | Rob Staudinger <robsta@linux.intel.com> | 2011-09-08 13:48:50 +0200 |
---|---|---|
committer | Rob Staudinger <robsta@linux.intel.com> | 2011-09-08 13:48:50 +0200 |
commit | 79e5db1b5fca8409370377ee7c7cef691f8e2115 (patch) | |
tree | 0728a5ac9f9a74ef535f0e813846c85d5c6905d6 | |
parent | f2a2a44bb9dba6817b5fad7ce02923eb86f440a3 (diff) |
Adjust namespaces so they start with org.freedesktop
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | ytstenut/yts-client.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 575393a..bd2c133 100644 --- a/configure.ac +++ b/configure.ac @@ -60,7 +60,7 @@ AC_SUBST(GLIB_PREFIX) TELEPATHY_VERSION=">= 0.11.7" AC_SUBST(TELEPATHY_VERSION) -YTS_PC_MODULES="$YTS_PC_MODULES telepathy-glib $TELEPATHY_VERSION telepathy-ytstenut-glib gio-unix-2.0 rest-0.7 glib-2.0 gobject-2.0" +YTS_PC_MODULES="$YTS_PC_MODULES telepathy-glib $TELEPATHY_VERSION telepathy-ytstenut-glib >= 0.2.0 gio-unix-2.0 rest-0.7 glib-2.0 gobject-2.0" AC_ARG_ENABLE([docs], [AC_HELP_STRING([--enable-docs=@<:@no/yes@:>@], diff --git a/ytstenut/yts-client.c b/ytstenut/yts-client.c index 1b54fb6..80642f9 100644 --- a/ytstenut/yts-client.c +++ b/ytstenut/yts-client.c @@ -1473,7 +1473,7 @@ yts_client_yts_channels_received_cb (TpYtsClient *tp_client, GValue *v = value; char *k = key; - if (!strcmp (k, "com.meego.xpmn.ytstenut.Channel.RequestBody")) + if (!strcmp (k, "org.freedesktop.ytstenut.xpmn.Channel.RequestBody")) { const char *xml = g_value_get_string (v); gboolean dispatched = dispatch_to_service (client, from, xml); |