summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-09-21 08:18:38 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-09-21 08:18:38 +0000
commit7c7c5b51facbcbd5809ba7dd0e0afceb82a67d26 (patch)
treeebbcc378183b9564314c3996de6a575e0dd10737 /data
parente113948234df39cc508fe41ebfe8c1375c0914e8 (diff)
downloadnautilus-7c7c5b51facbcbd5809ba7dd0e0afceb82a67d26.tar.gz
fixed bug 3169, emblems should come last in property browser, by changing
fixed bug 3169, emblems should come last in property browser, by changing the order in the xml definition file.
Diffstat (limited to 'data')
-rw-r--r--data/browser.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/browser.xml b/data/browser.xml
index eb192978c..746dec24b 100644
--- a/data/browser.xml
+++ b/data/browser.xml
@@ -1,7 +1,6 @@
<?xml version="1.0"?>
<categories>
<category name="backgrounds" display_name="Backgrounds" image="backgrounds.png" columns="5" mode="directory" path="nautilus/backgrounds" type="property/bgimage" description="Drag a background tile to an object to change it"/>
- <category name="emblems" display_name="Emblems" image="emblems.png" columns="6" mode="directory" path="nautilus/emblems" type="property/keyword" description="Drag an emblem to an object to add it to the object"/>
<category name="colors" display_name="Colors" image="colors.png" columns="5" mode="inline" type="application/x-color" description="Drag a color to an object to change it to that color">
<color>rgb:FFFF/FFFF/3333</color>
<color>rgb:FFFF/CCCC/3333</color>
@@ -28,4 +27,5 @@
<color>rgb:CCCC/CCCC/CCCC</color>
<color>rgb:FFFE/FFFE/FFFE</color>
</category>
+ <category name="emblems" display_name="Emblems" image="emblems.png" columns="6" mode="directory" path="nautilus/emblems" type="property/keyword" description="Drag an emblem to an object to add it to the object"/>
</categories>