summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2008-02-29 10:58:49 +0000
committerCosimo Cecchi <cosimoc@src.gnome.org>2008-02-29 10:58:49 +0000
commit0060effd7c30f0646a1d3d0b36ef5094f2a39231 (patch)
treec7ff030df03448fd16a323eacce59eb6027946d0
parent21d35a649289567210fcd260090106bc4880b5e2 (diff)
downloadnautilus-0060effd7c30f0646a1d3d0b36ef5094f2a39231.tar.gz
Computer, Home and Open Folder .desktop files should only show in GNOME.
2008-02-29 Cosimo Cecchi <cosimoc@gnome.org> * nautilus-computer.desktop.in.in: * nautilus-folder-handler.desktop.in.in: * nautilus-home.desktop.in.in: Computer, Home and Open Folder .desktop files should only show in GNOME. Patch from Federico Mena Quintero. (#350947) svn path=/trunk/; revision=13856
-rw-r--r--ChangeLog8
-rw-r--r--nautilus-computer.desktop.in.in1
-rw-r--r--nautilus-folder-handler.desktop.in.in1
-rw-r--r--nautilus-home.desktop.in.in1
4 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8a3260d9..ad4f2e47f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-02-29 Cosimo Cecchi <cosimoc@gnome.org>
+ * nautilus-computer.desktop.in.in:
+ * nautilus-folder-handler.desktop.in.in:
+ * nautilus-home.desktop.in.in:
+ Computer, Home and Open Folder .desktop files should only show in
+ GNOME. Patch from Federico Mena Quintero. (#350947)
+
+2008-02-29 Cosimo Cecchi <cosimoc@gnome.org>
+
* src/nautilus-file-management-properties.c:
(update_icon_captions_from_gconf):
Fix a crasher when reading NULL values from GConf. (#518974)
diff --git a/nautilus-computer.desktop.in.in b/nautilus-computer.desktop.in.in
index b2987018b..aed78eeb1 100644
--- a/nautilus-computer.desktop.in.in
+++ b/nautilus-computer.desktop.in.in
@@ -9,6 +9,7 @@ Terminal=false
StartupNotify=true
Type=Application
Categories=GNOME;GTK;Core;
+OnlyShowIn=GNOME;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=nautilus
X-GNOME-Bugzilla-Component=general
diff --git a/nautilus-folder-handler.desktop.in.in b/nautilus-folder-handler.desktop.in.in
index 17336da1d..ce89ed75b 100644
--- a/nautilus-folder-handler.desktop.in.in
+++ b/nautilus-folder-handler.desktop.in.in
@@ -9,6 +9,7 @@ Icon=folder-open
StartupNotify=true
Type=Application
MimeType=x-directory/gnome-default-handler;x-directory/normal;inode/directory;application/x-gnome-saved-search;
+OnlyShowIn=GNOME;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=nautilus
X-GNOME-Bugzilla-Component=general
diff --git a/nautilus-home.desktop.in.in b/nautilus-home.desktop.in.in
index 4087fff5f..c84218129 100644
--- a/nautilus-home.desktop.in.in
+++ b/nautilus-home.desktop.in.in
@@ -9,6 +9,7 @@ Terminal=false
StartupNotify=true
Type=Application
Categories=GNOME;GTK;Core;
+OnlyShowIn=GNOME;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=nautilus
X-GNOME-Bugzilla-Component=general