2006-01-27 Dan Williams <dcbw@redhat.com>

* src/backends/NetworkManagerGentoo.c
		- (nm_system_device_get_disabled): add missing function.
			Gnome BZ #328780


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1396 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2006-01-27 05:43:16 +00:00
parent 9af0ad5a04
commit c12d5456da
2 changed files with 19 additions and 1 deletions

View file

@ -1,8 +1,14 @@
2006-01-27 Dan Williams <dcbw@redhat.com>
* src/backends/NetworkManagerGentoo.c
- (nm_system_device_get_disabled): add missing function.
Gnome BZ #328780
2006-01-27 Clytie Siddall <clytie@riverland.net.au>
* configure.in Added vi in ALL_LINGUAS line.
2006-01-26 Robert Love <rml@novell.com>
2006-01-26 Robert Love <rml@novell.com>
* src/Makefile.am, src/kernel-types.h: Now that two different source
files are feeling the crack-addled leakage of kernel types such as

View file

@ -506,6 +506,18 @@ gboolean nm_system_device_get_use_dhcp (NMDevice *dev)
return TRUE;
}
/*
* nm_system_device_get_disabled
*
* Return whether the distro-specific system config tells us to use
* dhcp for this device.
*
*/
gboolean nm_system_device_get_disabled (NMDevice *dev)
{
return FALSE;
}
void nm_system_deactivate_all_dialup (GSList *list)
{
}