[Xfce4-commits] <xfce-utils:xfce-4.8> Add missing semicolon as the field is a list (as per the standard)
Olivier Fourdan
noreply at xfce.org
Mon Dec 12 16:32:03 CET 2011
Updating branch refs/heads/xfce-4.8
to f2a1f3ac86d5425ebf9f9cfe5ebc62a0d2c6a608 (commit)
from bed24e401c8c81ed7f2e954ec222ecf5280f77f5 (commit)
commit f2a1f3ac86d5425ebf9f9cfe5ebc62a0d2c6a608
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Mon Dec 12 16:29:54 2011 +0100
Add missing semicolon as the field is a list (as per the standard)
scripts/xfconf-migration-4.6.desktop.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/xfconf-migration-4.6.desktop.in b/scripts/xfconf-migration-4.6.desktop.in
index d76c6f4..f8d09bd 100644
--- a/scripts/xfconf-migration-4.6.desktop.in
+++ b/scripts/xfconf-migration-4.6.desktop.in
@@ -6,5 +6,5 @@ Terminal=false
Type=Application
StartupNotify=false
X-GNOME-Autostart-enabled=false
-OnlyShowIn=XFCE
-Categories=Utility
+OnlyShowIn=XFCE;
+Categories=Utility;
More information about the Xfce4-commits
mailing list