Changeset 2651
- Timestamp:
- 08/15/07 17:16:15
- Files:
-
- trunk/libtinymail-maemo/tny-maemo-conic-device.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-maemo/tny-maemo-conic-device.c
r2650 r2651 352 352 g_return_val_if_fail (priv->cnx, FALSE); 353 353 354 #ifdef DEBUG 354 355 g_message (__FUNCTION__); 355 356 g_message ("connecting to %s", iap_id ? iap_id : "<any>"); 357 #endif 356 358 357 359 priv->loop = g_main_loop_new(NULL, FALSE /* not running immediately. */); … … 415 417 g_return_val_if_fail (priv->cnx, FALSE); 416 418 419 #ifdef DEBUG 417 420 g_message (__FUNCTION__); 418 421 g_message ("disconnecting from %s", iap_id ? iap_id : "<any>"); 422 #endif 419 423 420 424 if (iap_id) { … … 665 669 already_online = tny_maemo_conic_device_is_online (device); 666 670 671 #ifdef DEBUG 667 672 g_message (__FUNCTION__); 668 673 g_message ("force online, current status is: %s", already_online ? "online" : "offline"); 669 674 #endif 675 670 676 priv->forced = TRUE; 671 677
