comparison libgaim/network.c @ 14777:182f77347680

[gaim-migrate @ 17541] I suck. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 19 Oct 2006 01:58:21 +0000
parents a87c53e7b1e2
children ec9cc2219e55
comparison
equal deleted inserted replaced
14776:a87c53e7b1e2 14777:182f77347680
487 gaim_debug_warning("network", "NetworkManager not active or reports no connection (retval = %i)\n", libnm_retval); 487 gaim_debug_warning("network", "NetworkManager not active or reports no connection (retval = %i)\n", libnm_retval);
488 return FALSE; 488 return FALSE;
489 } 489 }
490 if (libnm_retval == LIBNM_ACTIVE_NETWORK_CONNECTION) return TRUE; 490 if (libnm_retval == LIBNM_ACTIVE_NETWORK_CONNECTION) return TRUE;
491 } 491 }
492 #elif define _WIN32 492 #elif defined _WIN32
493 return (current_network_count > 0); 493 return (current_network_count > 0);
494 #endif 494 #endif
495 return TRUE; 495 return TRUE;
496 } 496 }
497 497