[tracker/tracker-0.8] Desktop files: Add ; to end lists



commit f161e5705d8466004f0836e43a2af37bf49a187a
Author: Adrien Bustany <abustany gnome org>
Date:   Wed Apr 28 12:09:55 2010 -0400

    Desktop files: Add ; to end lists
    
    This commit adds a trailing ; to the Categories line for all installed
    desktop files.

 data/tracker-miner-fs.desktop.in.in    |    2 +-
 data/tracker-status-icon.desktop.in.in |    2 +-
 data/tracker-store.desktop.in.in       |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/tracker-miner-fs.desktop.in.in b/data/tracker-miner-fs.desktop.in.in
index 2106dc2..9ee575a 100644
--- a/data/tracker-miner-fs.desktop.in.in
+++ b/data/tracker-miner-fs.desktop.in.in
@@ -5,7 +5,7 @@ Icon=
 Exec= libexecdir@/tracker-miner-fs
 Terminal=false
 Type=Application
-Categories=GNOME;Utility
+Categories=GNOME;Utility;
 X-GNOME-Autostart-enabled=true
 X-KDE-autostart-after=panel
 X-KDE-StartupNotify=false
diff --git a/data/tracker-status-icon.desktop.in.in b/data/tracker-status-icon.desktop.in.in
index 7335a4f..dbb4767 100644
--- a/data/tracker-status-icon.desktop.in.in
+++ b/data/tracker-status-icon.desktop.in.in
@@ -5,7 +5,7 @@ Icon=
 Exec= bindir@/tracker-status-icon
 Terminal=false
 Type=Application
-Categories=GNOME;Utility
+Categories=GNOME;Utility;
 X-GNOME-Autostart-enabled=true
 X-KDE-autostart-after=panel
 X-KDE-StartupNotify=false
diff --git a/data/tracker-store.desktop.in.in b/data/tracker-store.desktop.in.in
index aba30e7..3987e3d 100644
--- a/data/tracker-store.desktop.in.in
+++ b/data/tracker-store.desktop.in.in
@@ -5,7 +5,7 @@ Icon=
 Exec= libexecdir@/tracker-store
 Terminal=false
 Type=Application
-Categories=GNOME;Utility
+Categories=GNOME;Utility;
 X-GNOME-Autostart-enabled=true
 X-KDE-autostart-after=panel
 X-KDE-StartupNotify=false



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]