[Xfce4-commits] <xfce4-panel:devel> Fix default config and add directory menu.

Nick Schermer noreply at xfce.org
Tue Feb 16 12:14:01 CET 2010


Updating branch refs/heads/devel
         to 2e277479f420f2e9c4177c19dc5682dfdc8c58a6 (commit)
       from d54e9a1c841bc4c4cd3309a2518b8717228d656a (commit)

commit 2e277479f420f2e9c4177c19dc5682dfdc8c58a6
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Feb 16 11:19:30 2010 +0100

    Fix default config and add directory menu.

 migrate/default.xml |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/migrate/default.xml b/migrate/default.xml
index 2748902..f4ddb03 100644
--- a/migrate/default.xml
+++ b/migrate/default.xml
@@ -5,7 +5,7 @@
     <property name="panel-0" type="empty">
       <property name="position" type="string" value="p=6;x=0;y=0"/>
       <property name="length" type="uint" value="100"/>
-      <property name="locked" type="bool" value="true"/>
+      <property name="position-locked" type="bool" value="true"/>
       <property name="plugin-ids" type="array">
         <value type="int" value="1"/>
         <value type="int" value="2"/>
@@ -17,7 +17,7 @@
     <property name="panel-1" type="empty">
       <property name="position" type="string" value="p=10;x=0;y=0"/>
       <property name="size" type="uint" value="40"/>
-      <property name="locked" type="bool" value="true"/>
+      <property name="position-locked" type="bool" value="true"/>
       <property name="plugin-ids" type="array">
         <value type="int" value="6"/>
         <value type="int" value="7"/>
@@ -26,6 +26,7 @@
         <value type="int" value="10"/>
         <value type="int" value="11"/>
         <value type="int" value="12"/>
+        <value type="int" value="13"/>
       </property>
     </property>
   </property>
@@ -54,13 +55,10 @@
     </property>
     <property name="plugin-11" type="string" value="launcher">
       <property name="items" type="array">
-        <value type="string" value="xfce-settings-manager.desktop"/>
-      </property>
-    </property>
-    <property name="plugin-12" type="string" value="launcher">
-      <property name="items" type="array">
         <value type="string" value="xfce4-appfinder.desktop"/>
       </property>
     </property>
+    <property name="plugin-12" type="string" value="separator"/>
+    <property name="plugin-13" type="string" value="directorymenu"/>
   </property>
 </channel>



More information about the Xfce4-commits mailing list