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 *
|
||||||
|
|
|
@ -10,9 +10,9 @@
|
||||||
/*
|
/*
|
||||||
* WARNING: This is a hack.
|
* WARNING: This is a hack.
|
||||||
*
|
*
|
||||||
* All it does is keep the "text/*" and "text/plain" mime type
|
* All it does is keep the "text / *" and "text/plain" mime type
|
||||||
* handlers in sync with each other. The reason we do this is because
|
* handlers in sync with each other. The reason we do this is because
|
||||||
* there is no UI for editing the text/* handler, and this is probably
|
* there is no UI for editing the text / * handler, and this is probably
|
||||||
* what the user actually wants to do.
|
* what the user actually wants to do.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue