2004-10-21 Dan Williams <dcbw@redhat.com>

* Add some support for telling NetworkManagerInfo to tell the user
		that they are using a device that's not fully supported

	* Fix some assertions in debug messages due to null access point args


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@264 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams
2004-10-21 19:33:41 +00:00
parent f145f77bf9
commit 3fbfa66df2
6 changed files with 36 additions and 12 deletions

View File

@@ -37,6 +37,7 @@ typedef struct NMData
gboolean enable_test_devices;
gboolean starting_up; /* Hack for not taking down an already-set-up wired device when we launch */
gboolean notify_device_support;
GSList *dev_list;
GMutex *dev_list_mutex;