[Xfce4-commits] [xfce/xfce4-panel] 01/01: Fix default settings xml of panel-2

noreply at xfce.org noreply at xfce.org
Thu Jul 20 00:24:45 CEST 2017


This is an automated email from the git hooks/post-receive script.

o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfce4-panel.

commit 5e5f6120701bd9c028c8e34545933da85b50e6d7
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Thu Jul 20 00:23:58 2017 +0200

    Fix default settings xml of panel-2
---
 migrate/default.xml.in                | 2 +-
 panel/panel-plugin-external-wrapper.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/migrate/default.xml.in b/migrate/default.xml.in
index 95b1d18..572b026 100644
--- a/migrate/default.xml.in
+++ b/migrate/default.xml.in
@@ -23,8 +23,8 @@
     <property name="panel-2" type="empty">
       <property name="position" type="string" value="p=10;x=0;y=0"/>
       <property name="position-locked" type="bool" value="true"/>
-      <property name="plugin-ids" type="array">
       <property name="size" type="uint" value="48"/>
+      <property name="plugin-ids" type="array">
         <value type="int" value="7"/>
         <value type="int" value="8"/>
         <value type="int" value="9"/>
diff --git a/panel/panel-plugin-external-wrapper.c b/panel/panel-plugin-external-wrapper.c
index 8f21ccc..85e82f4 100644
--- a/panel/panel-plugin-external-wrapper.c
+++ b/panel/panel-plugin-external-wrapper.c
@@ -286,7 +286,7 @@ panel_plugin_external_wrapper_gvalue_prop_to_gvariant (const GValue *value)
       type = G_VARIANT_TYPE_STRING;
       break;
     default:
-      panel_assert_not_reached();
+      g_warn_if_reached ();
     }
 
   if (type)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list