* modest-tny-account-store.c:
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Thu, 25 Jan 2007 09:08:50 +0000 (09:08 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Thu, 25 Jan 2007 09:08:50 +0000 (09:08 +0000)
- cosmetics

pmo-trunk-r734

src/modest-tny-account-store.c

index b48ce12..6d23b23 100644 (file)
@@ -628,8 +628,10 @@ modest_tny_account_store_get_accounts  (TnyAccountStore *account_store, TnyList
                (MODEST_TNY_PLATFORM_FACTORY(priv->platform_fact));
        
        if (type == TNY_ACCOUNT_STORE_BOTH) {
-               modest_tny_account_store_get_accounts (account_store, list, TNY_ACCOUNT_STORE_STORE_ACCOUNTS);
-               modest_tny_account_store_get_accounts (account_store, list, TNY_ACCOUNT_STORE_TRANSPORT_ACCOUNTS);
+               modest_tny_account_store_get_accounts (account_store, list,
+                                                      TNY_ACCOUNT_STORE_STORE_ACCOUNTS);
+               modest_tny_account_store_get_accounts (account_store, list,
+                                                      TNY_ACCOUNT_STORE_TRANSPORT_ACCOUNTS);
        }
 
        accounts = modest_account_mgr_account_names (account_mgr, NULL); 
@@ -729,12 +731,10 @@ void
 modest_tny_account_store_set_get_pass_func (ModestTnyAccountStore *self,
                                            ModestTnyGetPassFunc func)
 {
-       g_message (__FUNCTION__);
-       return; /* not implemented, we use signals */
+       /* not implemented, we use signals */
+       g_printerr ("modest: set_get_pass_func not implemented\n");
 }
 
-
-
 TnySessionCamel*
 tny_account_store_get_session    (TnyAccountStore *self)
 {