Changeset 3488
- Timestamp:
- 03/13/08 10:35:55
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/libtinymail-gnome-desktop/tny-gnome-device.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r3487 r3488 1 2008-03-12 Jose Dapena Paz <jdapena@igalia.com> 2 3 * libtinymail-gnome-desktop/tny-gnome-device.c: 4 (tny_gnome_device_is_online) if we try to get the network 5 state and find that the network manager context is invalid, 6 we shutdown it AND after this we nullify the context 7 reference. 8 1 9 2008-03-12 Alberto Garcia Gonzalez <agarcia@igalia.com> 2 10 trunk/libtinymail-gnome-desktop/tny-gnome-device.c
r3304 r3488 183 183 libnm_glib_unregister_callback (priv->nm_ctx, priv->callback_id); 184 184 libnm_glib_shutdown (priv->nm_ctx); 185 priv->nm_ctx = NULL; 185 186 186 187 case LIBNM_NO_NETWORK_CONNECTION:
