Changeset 3629
- Timestamp:
- 04/25/08 12:57:25
- Files:
-
- trunk/libtinymail-gnome-desktop/tny-gnome-account-store.c (modified) (1 diff)
- trunk/libtinymail-gpe/tny-gpe-account-store.c (modified) (1 diff)
- trunk/libtinymail-maemo/tny-maemo-account-store.c (modified) (1 diff)
- trunk/libtinymail-olpc/tny-olpc-account-store.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-gnome-desktop/tny-gnome-account-store.c
r3612 r3629 397 397 if (TNY_IS_STORE_ACCOUNT (account)) 398 398 tny_list_prepend (list, (GObject*)account); 399 } else if (types == TNY_ACCOUNT_STORE_BOTH || types == TNY_ACCOUNT_STORE_TRANSPORT_ACCOUNTS) { 399 } 400 if (types == TNY_ACCOUNT_STORE_BOTH || types == TNY_ACCOUNT_STORE_TRANSPORT_ACCOUNTS) { 400 401 if (TNY_IS_TRANSPORT_ACCOUNT (account)) 401 402 tny_list_prepend (list, (GObject*)account); trunk/libtinymail-gpe/tny-gpe-account-store.c
r3612 r3629 393 393 if (TNY_IS_STORE_ACCOUNT (account)) 394 394 tny_list_prepend (list, (GObject*)account); 395 } else if (types == TNY_ACCOUNT_STORE_BOTH || types == TNY_ACCOUNT_STORE_TRANSPORT_ACCOUNTS) { 395 } 396 if (types == TNY_ACCOUNT_STORE_BOTH || types == TNY_ACCOUNT_STORE_TRANSPORT_ACCOUNTS) { 396 397 if (TNY_IS_TRANSPORT_ACCOUNT (account)) 397 398 tny_list_prepend (list, (GObject*)account); trunk/libtinymail-maemo/tny-maemo-account-store.c
r3612 r3629 400 400 if (TNY_IS_STORE_ACCOUNT (account)) 401 401 tny_list_prepend (list, (GObject*)account); 402 } else if (types == TNY_ACCOUNT_STORE_BOTH || types == TNY_ACCOUNT_STORE_TRANSPORT_ACCOUNTS) { 402 } 403 if (types == TNY_ACCOUNT_STORE_BOTH || types == TNY_ACCOUNT_STORE_TRANSPORT_ACCOUNTS) { 403 404 if (TNY_IS_TRANSPORT_ACCOUNT (account)) 404 405 tny_list_prepend (list, (GObject*)account); trunk/libtinymail-olpc/tny-olpc-account-store.c
r3612 r3629 355 355 if (TNY_IS_STORE_ACCOUNT (account)) 356 356 tny_list_prepend (list, (GObject*)account); 357 } else if (types == TNY_ACCOUNT_STORE_BOTH || types == TNY_ACCOUNT_STORE_TRANSPORT_ACCOUNTS) 357 } 358 359 if (types == TNY_ACCOUNT_STORE_BOTH || types == TNY_ACCOUNT_STORE_TRANSPORT_ACCOUNTS) 358 360 { 359 361 if (TNY_IS_TRANSPORT_ACCOUNT (account))
