summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-06-10 07:35:10 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-06-10 07:35:10 +0000
commitf0e522785c66c835267abe215f15440710aa740d (patch)
tree09b1398d31a066be5383bd5d7a46ec3191b53353 /data
parent8954f5931cec98ba4b68451468cc023cfe3875f3 (diff)
downloadnautilus-f0e522785c66c835267abe215f15440710aa740d.tar.gz
fixed a bug I introduced earlier today where custom icons wouldn't scale
fixed a bug I introduced earlier today where custom icons wouldn't scale properly by using a different test for the vector icon case
Diffstat (limited to 'data')
-rw-r--r--data/top/Computer.link2
-rw-r--r--data/top/Services.link2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/top/Computer.link b/data/top/Computer.link
index 587ae722f..2200fea54 100644
--- a/data/top/Computer.link
+++ b/data/top/Computer.link
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<NAUTILUS_OBJECT CUSTOM_ICON="computer.svg" LINK="hardware:overview"/>
+<NAUTILUS_OBJECT CUSTOM_ICON="computer" LINK="hardware:overview"/>
diff --git a/data/top/Services.link b/data/top/Services.link
index fd997ea41..fb8c9617a 100644
--- a/data/top/Services.link
+++ b/data/top/Services.link
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<NAUTILUS_OBJECT CUSTOM_ICON="hand.svg" LINK="eazel:summary"/>
+<NAUTILUS_OBJECT CUSTOM_ICON="hand" LINK="eazel:summary"/>