summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Camp <dave@ximian.com>2004-04-27 22:06:36 +0000
committerDave Camp <campd@src.gnome.org>2004-04-27 22:06:36 +0000
commit7d45023cac345b1d2728dcf71bf3938d16a80237 (patch)
tree47557a8a7c6b27e153da578af53df24ab5acf8ae
parenta9f73b9c42287f4d88c3fdbd527227a7c0f994c1 (diff)
downloadnautilus-7d45023cac345b1d2728dcf71bf3938d16a80237.tar.gz
Add OnlyShowIn=GNOME and use 'false' instead of '0' for Terminal=. Patch
2004-04-27 Dave Camp <dave@ximian.com> * nautilus.desktop.in: * src/network-scheme.desktop.in: Add OnlyShowIn=GNOME and use 'false' instead of '0' for Terminal=. Patch from Grzegorz Golawski <grzegol@pld.org.pl>
-rw-r--r--ChangeLog7
-rw-r--r--nautilus.desktop.in1
-rw-r--r--src/network-scheme.desktop.in3
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 86e28386c..beefa15ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-04-27 Dave Camp <dave@ximian.com>
+
+ * nautilus.desktop.in:
+ * src/network-scheme.desktop.in: Add OnlyShowIn=GNOME and
+ use 'false' instead of '0' for Terminal=. Patch from
+ Grzegorz Golawski <grzegol@pld.org.pl>
+
2004-04-26 Padraig O'Briain <padraig.obriain@sun.com>
* libnautilus-private/nautilus-icon-container.c (keyboard_arrow_key):
diff --git a/nautilus.desktop.in b/nautilus.desktop.in
index debfd6c94..bba55b3fb 100644
--- a/nautilus.desktop.in
+++ b/nautilus.desktop.in
@@ -8,6 +8,7 @@ Icon=file-manager
Terminal=false
Type=Application
Categories=Application;Core;
+OnlyShowIn=GNOME;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=nautilus
X-GNOME-Bugzilla-Component=general
diff --git a/src/network-scheme.desktop.in b/src/network-scheme.desktop.in
index 435c8f473..07b5ee0ea 100644
--- a/src/network-scheme.desktop.in
+++ b/src/network-scheme.desktop.in
@@ -4,7 +4,8 @@ _Name=Network Servers
_Comment=View your network servers in the Nautilus file manager
TryExec=nautilus
Exec=nautilus network:
-Terminal=0
+Terminal=false
Type=Application
Icon=gnome-fs-network
Categories=Application;Core;
+OnlyShowIn=GNOME;