diff options
author | Andy Hertzfeld <andy@src.gnome.org> | 2001-02-27 03:17:04 +0000 |
---|---|---|
committer | Andy Hertzfeld <andy@src.gnome.org> | 2001-02-27 03:17:04 +0000 |
commit | 65b1fd161e15646ae9396b520d19ec43fdc34570 (patch) | |
tree | e6dc4dd68dd0555528899edd93e83a94d79ee924 /data | |
parent | fb05f0a2aad93701311136845884fe4778db45d3 (diff) | |
download | nautilus-65b1fd161e15646ae9396b520d19ec43fdc34570.tar.gz |
fixed bug 7067, on clean install, services icon is missing. Arlo recently
* data/linksets/home.xml:
fixed bug 7067, on clean install, services icon is missing. Arlo
recently removed the old services hand icon, but didn't update
the image reference in the linkset; fixed by updating it.
Diffstat (limited to 'data')
-rw-r--r-- | data/linksets/home.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/linksets/home.xml b/data/linksets/home.xml index e6bd97985..b77d3c05f 100644 --- a/data/linksets/home.xml +++ b/data/linksets/home.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> <linkset _name="Home Directory"> <link _name="Computer" image="computer.svg" uri="hardware:overview"/> - <link _name="Services" image="hand.svg" uri="eazel:"/> + <link _name="Services" image="hand" uri="eazel:"/> </linkset> |