[Xfce4-commits] <xfce4-panel:master> Migration: Use new id array and update config a bit.

Nick Schermer noreply at xfce.org
Thu Dec 29 19:08:02 CET 2011


Updating branch refs/heads/master
         to 0ce9ef4a15aa5d266cab84830da96d549c08fc4f (commit)
       from 60c9ae45170bcd56e29126793f9b85c73350ce2f (commit)

commit 0ce9ef4a15aa5d266cab84830da96d549c08fc4f
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Dec 29 19:06:59 2011 +0100

    Migration: Use new id array and update config a bit.

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

diff --git a/migrate/default.xml.in b/migrate/default.xml.in
index a595e4c..6b61479 100644
--- a/migrate/default.xml.in
+++ b/migrate/default.xml.in
@@ -2,24 +2,26 @@
 
 <channel name="xfce4-panel" version="1.0">
   <property name="configver" type="int" value="@XFCE4_PANEL_CONFIG_VERSION@"/>
-  <property name="panels" type="uint" value="2">
-    <property name="panel-0" type="empty">
+  <property name="panels" type="array">
+    <value type="int" value="1"/>
+    <value type="int" value="2"/>
+    <property name="panel-1" type="empty">
       <property name="position" type="string" value="p=6;x=0;y=0"/>
       <property name="length" type="uint" value="100"/>
       <property name="position-locked" type="bool" value="true"/>
+      <property name="size" type="uint" value="30"/>
       <property name="plugin-ids" type="array">
         <value type="int" value="1"/>
-        <value type="int" value="2"/>
         <value type="int" value="3"/>
         <value type="int" value="15"/>
         <value type="int" value="4"/>
         <value type="int" value="5"/>
         <value type="int" value="6"/>
+        <value type="int" value="2"/>
       </property>
     </property>
-    <property name="panel-1" type="empty">
+    <property name="panel-2" type="empty">
       <property name="position" type="string" value="p=10;x=0;y=0"/>
-      <property name="size" type="uint" value="40"/>
       <property name="position-locked" type="bool" value="true"/>
       <property name="plugin-ids" type="array">
         <value type="int" value="7"/>


More information about the Xfce4-commits mailing list