[gnome-bluetooth] sendto, wizard: .desktop files require a main category



commit 80cfe17f576174cda70de01ba53ec1f512693441
Author: Alexandre Rostovtsev <tetromino gentoo org>
Date:   Thu Sep 27 17:23:13 2012 -0400

    sendto, wizard: .desktop files require a main category
    
    Otherwise, they do not validate with desktop-file-validate from
    desktop-file-utils-0.20
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685002

 sendto/bluetooth-sendto.desktop.in.in |    2 +-
 wizard/bluetooth-wizard.desktop.in.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sendto/bluetooth-sendto.desktop.in.in b/sendto/bluetooth-sendto.desktop.in.in
index 5365927..810de89 100644
--- a/sendto/bluetooth-sendto.desktop.in.in
+++ b/sendto/bluetooth-sendto.desktop.in.in
@@ -5,7 +5,7 @@ Icon=bluetooth
 Exec=bluetooth-sendto
 Terminal=false
 Type=Application
-Categories=GTK;GNOME;
+Categories=GTK;GNOME;Utility;FileTools;
 StartupNotify=true
 NoDisplay=true
 X-GNOME-Bugzilla-Bugzilla=GNOME
diff --git a/wizard/bluetooth-wizard.desktop.in.in b/wizard/bluetooth-wizard.desktop.in.in
index b331639..d18a8ff 100644
--- a/wizard/bluetooth-wizard.desktop.in.in
+++ b/wizard/bluetooth-wizard.desktop.in.in
@@ -5,7 +5,7 @@ Icon=bluetooth
 Exec=bluetooth-wizard
 Terminal=false
 Type=Application
-Categories=GTK;GNOME;
+Categories=GTK;GNOME;Settings;HardwareSettings;
 StartupNotify=true
 NoDisplay=true
 X-GNOME-Bugzilla-Bugzilla=GNOME



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