diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-03-02 02:59:38 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-03-02 02:59:42 +0800 |
commit | b0de7c5d5d8c93dd7b74a77b4892c331f37f5441 (patch) | |
tree | 8c63a77afe624bb20a49c6afd6a86e47704e6a5d /src/empathy-accounts-common.h | |
parent | 886357ee6af17fe37523337209a09aa6f3112604 (diff) | |
download | gsoc2013-empathy-b0de7c5d5d8c93dd7b74a77b4892c331f37f5441.tar gsoc2013-empathy-b0de7c5d5d8c93dd7b74a77b4892c331f37f5441.tar.gz gsoc2013-empathy-b0de7c5d5d8c93dd7b74a77b4892c331f37f5441.tar.bz2 gsoc2013-empathy-b0de7c5d5d8c93dd7b74a77b4892c331f37f5441.tar.lz gsoc2013-empathy-b0de7c5d5d8c93dd7b74a77b4892c331f37f5441.tar.xz gsoc2013-empathy-b0de7c5d5d8c93dd7b74a77b4892c331f37f5441.tar.zst gsoc2013-empathy-b0de7c5d5d8c93dd7b74a77b4892c331f37f5441.zip |
Make the empathy-account code be slightly more streamlined
On every run of the accounts UI we should try to import MC4 accounts (if they
weren't imported already). Also replace the --try-import option with
--if-needed to better document the fact that it will only display the UI if
needed.
Diffstat (limited to 'src/empathy-accounts-common.h')
-rw-r--r-- | src/empathy-accounts-common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/empathy-accounts-common.h b/src/empathy-accounts-common.h index 6782d77e2..c8e5c654c 100644 --- a/src/empathy-accounts-common.h +++ b/src/empathy-accounts-common.h @@ -28,10 +28,6 @@ void empathy_accounts_show_accounts_ui (TpAccountManager *manager, TpAccount *account, GCallback window_destroyed_cb); -void empathy_accounts_manager_ready_for_show_assistant ( - TpAccountManager *account_mgr, - gboolean hidden); - gboolean empathy_accounts_import (TpAccountManager *account_mgr, EmpathyConnectionManagers *cm_mgr); |