Author: dcbw
Date: Fri Feb  1 20:39:42 2008
New Revision: 3284
URL: http://svn.gnome.org/viewvc/NetworkManager?rev=3284&view=rev

Log:
2008-02-01  Dan Williams  <[EMAIL PROTECTED]>

        * src/NetworkManagerPolicy.c
                - (device_state_changed): schedule a change check when a device 
gets
                        deactivated so something happens if you disconnect 
GSM/CDMA



Modified:
   trunk/ChangeLog
   trunk/src/NetworkManagerPolicy.c

Modified: trunk/src/NetworkManagerPolicy.c
==============================================================================
--- trunk/src/NetworkManagerPolicy.c    (original)
+++ trunk/src/NetworkManagerPolicy.c    Fri Feb  1 20:39:42 2008
@@ -467,6 +467,8 @@
                /* Clear the invalid tag on the connection */
                if (connection)
                        g_object_set_data (G_OBJECT (connection), INVALID_TAG, 
NULL);
+       } else if (state == NM_DEVICE_STATE_DISCONNECTED) {
+               schedule_change_check (policy);
        }
 }
 
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to