Changeset 2289

Show
Ignore:
Timestamp:
06/28/07 04:51:14
Author:
murrayc
Message:

2007-06-28 Murray Cumming <murrayc@murrayc.com>

        • libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-mess

age-cache.c: (camel_imap_message_cache_replace_with_wrapper):
Comment out unused variables to prevent warnings.

        • libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-mess

age-cache.h: Actually declare
camel_imap_message_cache_replace_with_wrapper(), to avoid a warning
in came-imap-folder.c.

        • libtinymail-maemo/tny-maemo-conic-device.c:

(tny_maemo_conic_device_finalize): Add a debug printf here in case
this is the cause of disconnections.

        • libtinymail-maemo/tny-maemo-conic-device.h:

Do not include some unnecessary libconic headers.

        • tests/test-device-conic.c: New test.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tests/test-device-conic.c

    r2288 r2289  
    1717        TnyMaemoConicDevice* device = TNY_MAEMO_CONIC_DEVICE (tny_maemo_conic_device_new ()); 
    1818        tny_maemo_conic_device_connect (device, NULL); 
     19        printf ("%s: Attempting finished.\n", __FUNCTION__); 
    1920        g_object_unref (device); 
    20         printf ("%s: Attempting finished.\n", __FUNCTION__); 
     21        printf ("%s: Destroying device (causes disconnect).\n", __FUNCTION__); 
    2122} 
    2223