summaryrefslogtreecommitdiff
path: root/data/linksets/home.xml
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2001-02-16 02:29:46 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2001-02-16 02:29:46 +0000
commit7cb5b454a83eb53e3ba5143e4f30ccd913b1cffb (patch)
tree08cfa8d96cd504366084a760ee346f5dcf408068 /data/linksets/home.xml
parentf7b36dba0b07415ba29e7ca2c9b358c88a791927 (diff)
downloadnautilus-7cb5b454a83eb53e3ba5143e4f30ccd913b1cffb.tar.gz
fixed bug 5599, make objects in $USER/Nautilus localizable. Fixed by
fixed bug 5599, make objects in $USER/Nautilus localizable. Fixed by creating a linkset to instead the Computer and Services icons, and removing the top directory and associated code, since it's no longer needed. * configure.in: removed data/top * data/Makefile.am: removed top directory * data/linksets/Makefile.am: * data/linksets/home.xml: added new home linkset * data/top/.cvsignore: * data/top/.nautilus-metafile.xml: * data/top/Computer: * data/top/Makefile.am: * data/top/Services: removed files from top * libnautilus-extensions/nautilus-file-utilities.c: (nautilus_get_user_main_directory): changed it to no longer copy the top directory; instead, install the new linkset * po/POTFILES.in: added home.xml to the files to be localized
Diffstat (limited to 'data/linksets/home.xml')
-rw-r--r--data/linksets/home.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/linksets/home.xml b/data/linksets/home.xml
new file mode 100644
index 000000000..e6bd97985
--- /dev/null
+++ b/data/linksets/home.xml
@@ -0,0 +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:"/>
+ </linkset>