diff options
author | Andy Hertzfeld <andy@src.gnome.org> | 2000-07-31 05:36:48 +0000 |
---|---|---|
committer | Andy Hertzfeld <andy@src.gnome.org> | 2000-07-31 05:36:48 +0000 |
commit | e98e96450e85ce1bac6cfc32070ce353b051ec03 (patch) | |
tree | bc2b0ef89d0b71fe2a303b1710143ac696c4618e /data | |
parent | 99a82ffb4034e0f23773d64c1ddfeafed0830d4b (diff) | |
download | nautilus-e98e96450e85ce1bac6cfc32070ce353b051ec03.tar.gz |
fixed breakage in the novice home directory by adding the mime-magic
fixed breakage in the novice home directory by adding the mime-magic
string "NAUTILUS_LINK" to the built-in links so they are recognized
as such. Also, some cleanup in nautilus-link.
Diffstat (limited to 'data')
-rw-r--r-- | data/top/Computer.link | 2 | ||||
-rw-r--r-- | data/top/Services.link | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/top/Computer.link b/data/top/Computer.link index 2200fea54..5b7bfdc99 100644 --- a/data/top/Computer.link +++ b/data/top/Computer.link @@ -1,2 +1,2 @@ <?xml version="1.0"?> -<NAUTILUS_OBJECT CUSTOM_ICON="computer" LINK="hardware:overview"/> +<NAUTILUS_OBJECT NAUTILUS_LINK="Nautilus Link" CUSTOM_ICON="computer" LINK="hardware:overview"/> diff --git a/data/top/Services.link b/data/top/Services.link index fb8c9617a..7196c57ca 100644 --- a/data/top/Services.link +++ b/data/top/Services.link @@ -1,2 +1,2 @@ <?xml version="1.0"?> -<NAUTILUS_OBJECT CUSTOM_ICON="hand" LINK="eazel:summary"/> +<NAUTILUS_OBJECT NAUTILUS_LINK="Nautilus Link" CUSTOM_ICON="hand" LINK="eazel:summary"/> |