diff options
author | Ray Strode <rstrode@redhat.com> | 2006-11-06 16:44:48 +0000 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2006-11-06 16:44:48 +0000 |
commit | 5c9975bd94829b98b403139be12fc976803c9fb3 (patch) | |
tree | 6b21a133e99ca64419b8109c92ee6ab36cde8543 | |
parent | 65c2b4aa37ea0b17b834cbad32103e61c7a0e43f (diff) |
fix category typos: TeminalEmulator -> TerminalEmulator ScreenSaver ->
2006-11-06 Ray Strode <rstrode@redhat.com>
* src/validate.c: fix category typos:
TeminalEmulator -> TerminalEmulator
ScreenSaver -> Screensaver
spotted by Vincent Fretin (in gnome bug
342799)
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | src/validate.c | 4 |
2 files changed, 10 insertions, 2 deletions
@@ -1,5 +1,13 @@ 2006-11-06 Ray Strode <rstrode@redhat.com> + * src/validate.c: fix category typos: + TeminalEmulator -> TerminalEmulator + ScreenSaver -> Screensaver + spotted by Vincent Fretin (in gnome bug + 342799) + +2006-11-06 Ray Strode <rstrode@redhat.com> + * src/validate.c: add patch from Vincent Untz to not validate categories that start with X- (gnome bug 343799) diff --git a/src/validate.c b/src/validate.c index 6ee0038..1945999 100644 --- a/src/validate.c +++ b/src/validate.c @@ -167,8 +167,8 @@ validate_categories (const char *value, const char *key, const char *locale, con "Education", "Art", "Construction", "Music", "Languages", "Science", "Astronomy", "Biology", "Chemistry", "Geology", "Math", "MedicalSoftware", "Physics", "Teaching", "Amusement", "Applet", "Archiving", "Electronics", - "Emulator", "Engineering", "FileManager", "Shell", "ScreenSaver", - "TeminalEmulator", "TrayIcon", "System", "Filesystem", "Monitor", + "Emulator", "Engineering", "FileManager", "Shell", "Screensaver", + "TerminalEmulator", "TrayIcon", "System", "Filesystem", "Monitor", "Security", "Utility", "Accessibility", "Calculator", "Clock", "TextEditor", "KDE", "GNOME", "GTK", "Qt", "Motif", "Java", "ConsoleOnly", NULL |