Changeset 2651

Show
Ignore:
Timestamp:
08/15/07 17:16:15
Author:
pvanhoof
Message:

Bugfix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-maemo/tny-maemo-conic-device.c

    r2650 r2651  
    352352        g_return_val_if_fail (priv->cnx, FALSE); 
    353353 
     354#ifdef DEBUG 
    354355        g_message (__FUNCTION__); 
    355356        g_message ("connecting to %s", iap_id ? iap_id : "<any>"); 
     357#endif 
    356358 
    357359        priv->loop = g_main_loop_new(NULL, FALSE /* not running immediately. */); 
     
    415417        g_return_val_if_fail (priv->cnx, FALSE); 
    416418 
     419#ifdef DEBUG 
    417420        g_message (__FUNCTION__); 
    418421        g_message ("disconnecting from %s", iap_id ? iap_id : "<any>"); 
     422#endif 
    419423 
    420424        if (iap_id) { 
     
    665669        already_online = tny_maemo_conic_device_is_online (device); 
    666670 
     671#ifdef DEBUG 
    667672        g_message (__FUNCTION__); 
    668673        g_message ("force online, current status is: %s", already_online ? "online" : "offline"); 
    669          
     674#endif 
     675 
    670676        priv->forced = TRUE; 
    671677