diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-22 00:23:48 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-22 00:23:48 +0800 |
commit | fd8e9c5dc2584055177c7a79021cdd53ca431c22 (patch) | |
tree | 657ad00a8a2c4f110aee6303df62225891ba482f /libempathy/empathy-dispatcher.c | |
parent | 4b3de48f8648402437053f01296ff596cfdbf38a (diff) | |
download | gsoc2013-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.c | 3 |
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, |