[telepathy-gabble/master] conn-aliasing: rename location_nick_node_changed to pep_nick_node_changed

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Thu Sep 24 09:21:51 PDT 2009


---
 src/conn-aliasing.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/conn-aliasing.c b/src/conn-aliasing.c
index b7788e0..b153f82 100644
--- a/src/conn-aliasing.c
+++ b/src/conn-aliasing.c
@@ -659,7 +659,7 @@ _grab_nickname (GabbleConnection *self,
 
 
 static void
-location_nick_node_changed (WockyPepService *pep,
+pep_nick_node_changed (WockyPepService *pep,
     WockyBareContact *contact,
     WockyXmppStanza *stanza,
     GabbleConnection *conn)
@@ -1042,7 +1042,7 @@ conn_aliasing_init (GabbleConnection *conn)
   conn->pep_nick = wocky_pep_service_new (NS_NICK, TRUE);
 
   g_signal_connect (conn->pep_nick, "changed",
-      G_CALLBACK (location_nick_node_changed), conn);
+      G_CALLBACK (pep_nick_node_changed), conn);
 }
 
 void
-- 
1.5.6.5




More information about the telepathy-commits mailing list