aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-01-07 00:46:23 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-01-07 00:46:23 +0800
commit24fc25e9e9e3afd2caed6dfc5b29d8405edafcf9 (patch)
treea3fa2cc2bd944ad9f871d08dc087d472f40c1aad
parent1ede73fdf4c685d8f8a159989071bd06a565d9e2 (diff)
downloadgsoc2013-empathy-24fc25e9e9e3afd2caed6dfc5b29d8405edafcf9.tar
gsoc2013-empathy-24fc25e9e9e3afd2caed6dfc5b29d8405edafcf9.tar.gz
gsoc2013-empathy-24fc25e9e9e3afd2caed6dfc5b29d8405edafcf9.tar.bz2
gsoc2013-empathy-24fc25e9e9e3afd2caed6dfc5b29d8405edafcf9.tar.lz
gsoc2013-empathy-24fc25e9e9e3afd2caed6dfc5b29d8405edafcf9.tar.xz
gsoc2013-empathy-24fc25e9e9e3afd2caed6dfc5b29d8405edafcf9.tar.zst
gsoc2013-empathy-24fc25e9e9e3afd2caed6dfc5b29d8405edafcf9.zip
Fix a typo.
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2032 4ee84921-47dd-4033-b63a-18d7a039a3e4
-rw-r--r--libempathy/empathy-account-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c
index 57fb991c3..e09925039 100644
--- a/libempathy/empathy-account-manager.c
+++ b/libempathy/empathy-account-manager.c
@@ -226,7 +226,7 @@ account_status_changed_cb (MissionControl *mc,
if (old_c != connection) {
data->connection = connection;
- g_signal_emit (manager, signals[ACCOUNT_PRESENCE_CHANGED], 0,
+ g_signal_emit (manager, signals[ACCOUNT_CONNECTION_CHANGED], 0,
account, reason, connection, old_c);
}