diff options
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r-- | src/empathy-main-window.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index 79fb1d392..5c46d7f7c 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -239,9 +239,9 @@ empathy_main_window_show (void) g_object_unref (glade); window->mc = empathy_mission_control_new (); - dbus_g_proxy_connect_signal (DBUS_G_PROXY (window->mc), "AccountStatusChanged", - G_CALLBACK (main_window_status_changed_cb), - window, NULL); + empathy_connect_to_account_status_changed (window->mc, + G_CALLBACK (main_window_status_changed_cb), + window, NULL); window->errors = g_hash_table_new_full (empathy_account_hash, empathy_account_equal, |