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:
parent
3349b8e5dc
commit
8566bf0bf6
2 changed files with 4 additions and 3 deletions
|
@ -56,7 +56,8 @@ create_dialog (void)
|
||||||
static GConfEnumStringPair bell_enums[] = {
|
static GConfEnumStringPair bell_enums[] = {
|
||||||
{ 0, "off" },
|
{ 0, "off" },
|
||||||
{ 1, "on" },
|
{ 1, "on" },
|
||||||
{ 2, "custom" }
|
{ 2, "custom" },
|
||||||
|
{ -1, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
static GConfValue *
|
static GConfValue *
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue