ue Jul 23 22:06:08 2002 Owen Taylor <otaylor@redhat.com>

* capplets/keyboard/gnome-keyboard-properties.c: Fix
        unterminated GConfEnumStringPair array.

        * gnome-settings-daemon/gnome-settings-default-editor.c:
        Fix some comments that had embedded /* which was causing
        GCC warnings.
This commit is contained in:
Owen Taylor 2002-07-24 02:08:59 +00:00
parent 3349b8e5dc
commit 8566bf0bf6
2 changed files with 4 additions and 3 deletions

View file

@ -56,7 +56,8 @@ create_dialog (void)
static GConfEnumStringPair bell_enums[] = {
{ 0, "off" },
{ 1, "on" },
{ 2, "custom" }
{ 2, "custom" },
{ -1, NULL }
};
static GConfValue *