~ken-vandine/indicator-me/libgwibber-port

« back to all changes in this revision

Viewing changes to src/me-service-gwibber.c

  • Committer: Ken VanDine
  • Date: 2010-08-17 14:43:36 UTC
  • Revision ID: ken.vandine@canonical.com-20100817144336-ceo2hv653rsjuinl
check for send_enabled even if configured_accounts was TRUE before

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
 
156
156
        while (g_hash_table_iter_next (&accounts_iter, &account, &account_table)) {
157
157
                send_enabled = check_account_send_enabled (account_table);
158
 
                if (!priv->has_configured_accounts) {
159
 
                        if (send_enabled) {
160
 
                                priv->has_configured_accounts = TRUE;
161
 
                        }
 
158
                if (send_enabled) {
 
159
                        priv->has_configured_accounts = TRUE;
162
160
                }
163
161
        }
164
162