2008-04-30 Dan Williams <dcbw@redhat.com>

* src/nm-manager.c
		- (nm_manager_error_get_type): remove erroneous NULL enum from table



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3622 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2008-04-30 15:39:11 +00:00
parent ff16205dcb
commit 1813185dcc
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-04-30 Dan Williams <dcbw@redhat.com>
* src/nm-manager.c
- (nm_manager_error_get_type): remove erroneous NULL enum from table
2008-04-30 Dan Williams <dcbw@redhat.com>
* src/nm-device-802-3-ethernet.c

View file

@ -191,7 +191,7 @@ nm_manager_error_get_type (void)
ENUM_ENTRY (NM_MANAGER_ERROR_PERMISSION_DENIED, "PermissionDenied"),
/* The connection was not active. */
ENUM_ENTRY (NM_MANAGER_ERROR_CONNECTION_NOT_ACTIVE, "ConnectionNotActive"),
{ 0, 0, 0 },
/* The manager is already in the requested sleep state */
ENUM_ENTRY (NM_MANAGER_ERROR_ALREADY_ASLEEP_OR_AWAKE, "AlreadyAsleepOrAwake"),
{ 0, 0, 0 },
};