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

@ -10,9 +10,9 @@
/*
* 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
* 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.
*/