Changeset 2516
- Timestamp:
- 07/27/07 16:08:48
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/pvanhoof/sessionwork/libtinymail-camel/tny-session-camel.c
r2515 r2516 819 819 camel_session_class->thread_status = tny_session_camel_ms_thread_status; 820 820 821 822 821 return; 823 822 } devel/pvanhoof/sessionwork/libtinymail-gpe/tny-gpe-account-store.c
r2511 r2516 154 154 155 155 if (!strcmp (ptr, "count")) 156 {157 156 kill_stored_accounts (priv); 158 g_signal_emit (self,159 tny_account_store_signals [TNY_ACCOUNT_STORE_ACCOUNTS_RELOADED], 0);160 }161 157 162 158 g_free (key); devel/pvanhoof/sessionwork/libtinymail-maemo/tny-maemo-account-store.c
r2511 r2516 158 158 159 159 if (!strcmp (ptr, "count")) 160 {161 160 kill_stored_accounts (priv); 162 g_signal_emit (self,163 tny_account_store_signals [TNY_ACCOUNT_STORE_ACCOUNTS_RELOADED], 0);164 }165 161 166 162 g_free (key);
