[next] telepathy-glib: unescape_protocol: stop replacing '_' with '-'

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Fri Oct 25 05:52:03 PDT 2013


Module: telepathy-glib
Branch: next
Commit: 3d61bc4e42e672b43465402843876f4c67f45438
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=3d61bc4e42e672b43465402843876f4c67f45438

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Fri Oct 25 14:49:08 2013 +0200

unescape_protocol: stop replacing '_' with '-'

Protocols can now have '_' in their name (local-xmpp has been renamed to
local_xmpp).

---

 telepathy-glib/account.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/telepathy-glib/account.c b/telepathy-glib/account.c
index ff2f9f2..c26f2b2 100644
--- a/telepathy-glib/account.c
+++ b/telepathy-glib/account.c
@@ -2200,8 +2200,6 @@ unescape_protocol (gchar *protocol)
       protocol = new;
     }
 
-  g_strdelimit (protocol, "_", '-');
-
   return protocol;
 }
 



More information about the telepathy-commits mailing list