diff --git a/ChangeLog b/ChangeLog index 5b10092bfb..ee0346cb95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,14 @@ +2006-01-27 Dan Williams + + * src/backends/NetworkManagerGentoo.c + - (nm_system_device_get_disabled): add missing function. + Gnome BZ #328780 + 2006-01-27 Clytie Siddall * configure.in Added vi in ALL_LINGUAS line. - 2006-01-26 Robert Love +2006-01-26 Robert Love * src/Makefile.am, src/kernel-types.h: Now that two different source files are feeling the crack-addled leakage of kernel types such as diff --git a/src/backends/NetworkManagerGentoo.c b/src/backends/NetworkManagerGentoo.c index 9b5a4559cb..0e3acbab5b 100644 --- a/src/backends/NetworkManagerGentoo.c +++ b/src/backends/NetworkManagerGentoo.c @@ -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) { }