Changeset 3629

Show
Ignore:
Timestamp:
04/25/08 12:57:25
Author:
pvanhoof
Message:

Bugfixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-gnome-desktop/tny-gnome-account-store.c

    r3612 r3629  
    397397                                if (TNY_IS_STORE_ACCOUNT (account)) 
    398398                                        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) { 
    400401                                if (TNY_IS_TRANSPORT_ACCOUNT (account)) 
    401402                                        tny_list_prepend (list, (GObject*)account); 
  • trunk/libtinymail-gpe/tny-gpe-account-store.c

    r3612 r3629  
    393393                                if (TNY_IS_STORE_ACCOUNT (account)) 
    394394                                        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) { 
    396397                                if (TNY_IS_TRANSPORT_ACCOUNT (account)) 
    397398                                        tny_list_prepend (list, (GObject*)account); 
  • trunk/libtinymail-maemo/tny-maemo-account-store.c

    r3612 r3629  
    400400                                if (TNY_IS_STORE_ACCOUNT (account)) 
    401401                                        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) { 
    403404                                if (TNY_IS_TRANSPORT_ACCOUNT (account)) 
    404405                                        tny_list_prepend (list, (GObject*)account); 
  • trunk/libtinymail-olpc/tny-olpc-account-store.c

    r3612 r3629  
    355355                                if (TNY_IS_STORE_ACCOUNT (account)) 
    356356                                        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) 
    358360                        { 
    359361                                if (TNY_IS_TRANSPORT_ACCOUNT (account))