aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-dispatcher.c
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-08-22 00:23:48 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-08-22 00:23:48 +0800
commitfd8e9c5dc2584055177c7a79021cdd53ca431c22 (patch)
tree657ad00a8a2c4f110aee6303df62225891ba482f /libempathy/empathy-dispatcher.c
parent4b3de48f8648402437053f01296ff596cfdbf38a (diff)
downloadgsoc2013-empathy-fd8e9c5dc2584055177c7a79021cdd53ca431c22.tar
gsoc2013-empathy-fd8e9c5dc2584055177c7a79021cdd53ca431c22.tar.gz
gsoc2013-empathy-fd8e9c5dc2584055177c7a79021cdd53ca431c22.tar.bz2
gsoc2013-empathy-fd8e9c5dc2584055177c7a79021cdd53ca431c22.tar.lz
gsoc2013-empathy-fd8e9c5dc2584055177c7a79021cdd53ca431c22.tar.xz
gsoc2013-empathy-fd8e9c5dc2584055177c7a79021cdd53ca431c22.tar.zst
gsoc2013-empathy-fd8e9c5dc2584055177c7a79021cdd53ca431c22.zip
Rename empathy_account_get_connection_for to empathy_account_get_connection_for_path
Diffstat (limited to 'libempathy/empathy-dispatcher.c')
-rw-r--r--libempathy/empathy-dispatcher.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c
index 927cd5c3e..7e1492de8 100644
--- a/libempathy/empathy-dispatcher.c
+++ b/libempathy/empathy-dispatcher.c
@@ -1804,7 +1804,8 @@ empathy_dispatcher_handle_channels (TpSvcClientHandler *self,
account_path);
g_assert (account != NULL);
- connection = empathy_account_get_connection_for (account, connection_path);
+ connection = empathy_account_get_connection_for_path (account,
+ connection_path);
if (connection == NULL)
{
GError error = { TP_ERRORS, TP_ERROR_INVALID_ARGUMENT,