diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-11-11 20:30:20 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-11-11 20:30:20 +0000 |
commit | 69ceb2ac6e10914ca21ffbeff94c98b13db72117 (patch) | |
tree | 6e614b2cc845baf148fcad58d04a3d31168ec6de /plugins | |
parent | a81971606e157696af851224db77c54d6015996b (diff) |
Re-namespace to im.telepathy.v1
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71262
Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
[depend on telepathy-glib 0.99.5 now that I'm releasing it -smcv]
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/telepathy-gabble-xmpp-console | 2 | ||||
-rw-r--r-- | plugins/test.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/telepathy-gabble-xmpp-console b/plugins/telepathy-gabble-xmpp-console index 3815a72b7..ea5831563 100755 --- a/plugins/telepathy-gabble-xmpp-console +++ b/plugins/telepathy-gabble-xmpp-console @@ -31,7 +31,7 @@ from gi.repository import TelepathyGLib as Tp PADDING = 6 -CONSOLE_IFACE = "im.telepathy1.Gabble.Plugin.Console" +CONSOLE_IFACE = "im.telepathy.v1.Gabble.Plugin.Console" class StanzaViewer(Gtk.ScrolledWindow): def __init__(self): diff --git a/plugins/test.c b/plugins/test.c index 6b6e3dc5d..cfcc223fb 100644 --- a/plugins/test.c +++ b/plugins/test.c @@ -25,7 +25,7 @@ static void plugin_iface_init ( gpointer g_iface, gpointer data); -#define IFACE_TEST "im.telepathy1.Gabble.Plugin.Test" +#define IFACE_TEST "im.telepathy.v1.Gabble.Plugin.Test" #define IFACE_TEST_PROPS IFACE_TEST ".Props" #define IFACE_TEST_BUGGY IFACE_TEST ".Buggy" #define IFACE_TEST_IQ IFACE_TEST ".IQ" |