Changeset 856

Show
Ignore:
Timestamp:
08/31/06 21:32:21
Author:
djcb
Message:

* fix some warnings

Files:

Legend:

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

    r850 r856  
    382382                        if (types == TNY_ACCOUNT_STORE_IFACE_BOTH || types == TNY_ACCOUNT_STORE_IFACE_TRANSPORT_ACCOUNTS) 
    383383                                account = TNY_ACCOUNT_IFACE (tny_camel_transport_account_new ()); 
    384                 } else if (type && types == TNY_ACCOUNT_STORE_IFACE_BOTH || types == TNY_ACCOUNT_STORE_IFACE_STORE_ACCOUNTS
     384                } else if (type && (types == TNY_ACCOUNT_STORE_IFACE_BOTH || types == TNY_ACCOUNT_STORE_IFACE_STORE_ACCOUNTS)
    385385                {                
    386386                        if (!g_ascii_strncasecmp (proto, "imap", 4)) 
  • trunk/libtinymail-test/tny-msg-iface-test.c

    r841 r856  
    2222#include <tny-msg-iface.h> 
    2323#include <tny-camel-msg.h> 
     24#include <tny-camel-header.h> 
    2425#include <tny-list-iface.h> 
    2526#include <tny-iterator-iface.h> 
  • trunk/libtinymail-test/tny-stream-iface-test.c

    r828 r856  
    2323/* We are going to test the camel implementation */ 
    2424#include <tny-stream-camel.h> 
     25#include <tny-camel-stream.h> 
    2526#include <camel/camel-stream-mem.h> 
    2627#include <camel/camel-data-wrapper.h> 
  • trunk/libtinymail-test/tny-test-anything.c

    r825 r856  
    11int main () 
    22{ 
     3        return 0; 
    34}