]> git.0d.be Git - empathy.git/commitdiff
CC panel: don't use an undefined symbol
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Tue, 22 Feb 2011 22:36:07 +0000 (22:36 +0000)
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Tue, 22 Feb 2011 22:36:07 +0000 (22:36 +0000)
src/cc-empathy-accounts-panel.c
src/empathy-accounts-common.h

index 1fff907f17a43e36180512328292af7f52bf2e79..6416c29f9d11a717eee4b118c91815df47a65884 100644 (file)
@@ -117,8 +117,6 @@ connection_managers_prepare (GObject *source,
 
   panel_pack_with_accounts_dialog (panel);
 
 
   panel_pack_with_accounts_dialog (panel);
 
-  empathy_accounts_import (account_mgr, cm_mgr);
-
   if (!empathy_accounts_has_non_salut_accounts (account_mgr))
     {
       GtkWindow *parent;
   if (!empathy_accounts_has_non_salut_accounts (account_mgr))
     {
       GtkWindow *parent;
index 71d2dc3a1628263d9c192c9aa25f1e42a68628cb..c7f36661b7a3274da6c44f780d2d099c83b60ecf 100644 (file)
@@ -30,8 +30,4 @@ void empathy_accounts_show_accounts_ui (TpAccountManager *manager,
     TpAccount *account,
     GCallback window_destroyed_cb);
 
     TpAccount *account,
     GCallback window_destroyed_cb);
 
-void empathy_accounts_import (TpAccountManager *account_mgr,
-    EmpathyConnectionManagers *cm_mgr);
-
-
 #endif /* __EMPATHY_ACCOUNTS_COMMON_H__ */
 #endif /* __EMPATHY_ACCOUNTS_COMMON_H__ */