GNOME Bugzilla – Bug 130505
typo in gnome-password-dialog.h
Last modified: 2004-12-22 21:47:04 UTC
the is a comma at enumerator list in gnome-password-dialog.h: typedef enum { GNOME_PASSWORD_DIALOG_REMEMBER_NOTHING, GNOME_PASSWORD_DIALOG_REMEMBER_SESSION, GNOME_PASSWORD_DIALOG_REMEMBER_FOREVER, <==== } GnomePasswordDialogRemember;
2004-01-04 Anders Carlsson <andersca@gnome.org> * libgnomeui/gnome-password-dialog.h: Remove extra comma in enumeration. (#130505, Franz Klammer).