[glade] GladeRegistration: fix css matching error on csd



commit 543af9b750348ca926f5ea6055be3e6327d4b3f2
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Fri Aug 11 10:38:37 2017 -0300

    GladeRegistration: fix css matching error on csd
    
    CSD should not be affected by the custom css.

 src/glade-registration.glade |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/glade-registration.glade b/src/glade-registration.glade
index 4c4ea7e..d3e1dfc 100644
--- a/src/glade-registration.glade
+++ b/src/glade-registration.glade
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.19.0 
+<!-- Generated with glade 3.20.0 
 
 Glade - A user interface designer for GTK+ and GNOME
 Copyright (C) 2014 Juan Pablo Ugarte
@@ -40,7 +40,6 @@ Author: Juan Pablo Ugarte <juanpablougarte gmail com>
     <property name="page_increment">10</property>
   </object>
   <template class="GladeRegistration" parent="GtkDialog">
-    <property name="name">glade-registration</property>
     <property name="can_focus">False</property>
     <property name="title" translatable="yes">Glade Registration &amp; User Survey</property>
     <property name="default_width">512</property>
@@ -51,6 +50,7 @@ Author: Juan Pablo Ugarte <juanpablougarte gmail com>
     <signal name="response" handler="on_registration_dialog_response" swapped="no"/>
     <child internal-child="vbox">
       <object class="GtkBox" id="dialog-vbox1">
+        <property name="name">glade-registration</property>
         <property name="can_focus">False</property>
         <property name="orientation">vertical</property>
         <property name="spacing">2</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]