summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2009-01-10 12:05:31 +0000
committerVincent Untz <vuntz@gnome.org>2009-01-10 12:05:31 +0000
commitdb8e1039fbd4e9e9e23273bb49ea9922dd8d595c (patch)
treeedd7cc5ec5c51e5a787cd138a76dea4fa283ebcb
parentb8f66b528a0d6b5c64140304f39b50a01497e846 (diff)
add LXDE in the list of registered OnlyShowIn values.
2009-01-10 Vincent Untz <vuntz@gnome.org> * src/validate.c: add LXDE in the list of registered OnlyShowIn values.
-rw-r--r--ChangeLog4
-rw-r--r--src/validate.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3688e71..79a1dc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-10 Vincent Untz <vuntz@gnome.org>
+
+ * src/validate.c: add LXDE in the list of registered OnlyShowIn values.
+
2008-12-10 Vincent Untz <vuntz@gnome.org>
* src/mimeutils.c: fix warning in a comment
diff --git a/src/validate.c b/src/validate.c
index 43e77ef..129ea85 100644
--- a/src/validate.c
+++ b/src/validate.c
@@ -326,7 +326,7 @@ static struct {
};
static const char *show_in_registered[] = {
- "KDE", "GNOME", "ROX", "XFCE", "Old"
+ "GNOME", "KDE", "LXDE", "ROX", "XFCE", "Old"
};
static struct {