Changeset 3488

Show
Ignore:
Timestamp:
03/13/08 10:35:55
Author:
jdapena
Message:

* libtinymail-gnome-desktop/tny-gnome-device.c:

(tny_gnome_device_is_online) if we try to get the network
state and find that the network manager context is invalid,
we shutdown it AND after this we nullify the context
reference.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r3487 r3488  
     12008-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 
    192008-03-12  Alberto Garcia Gonzalez <agarcia@igalia.com> 
    210 
  • trunk/libtinymail-gnome-desktop/tny-gnome-device.c

    r3304 r3488  
    183183                        libnm_glib_unregister_callback (priv->nm_ctx, priv->callback_id); 
    184184                        libnm_glib_shutdown (priv->nm_ctx); 
     185                        priv->nm_ctx = NULL; 
    185186 
    186187                        case LIBNM_NO_NETWORK_CONNECTION: