summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2017-08-11 10:38:37 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2017-08-11 10:43:34 -0300
commit5bf07f2dacc763c957fd50d987a9bb5bb682d46c (patch)
treeb5ddde38eba3577ef9719d871a5b0873d475fbb9
parentda42cc2069bf4f59dd29b74f6b9d8629d25e1b73 (diff)
downloadglade-5bf07f2dacc763c957fd50d987a9bb5bb682d46c.tar.gz
GladeRegistration: fix css matching error on csd
CSD should not be affected by the custom css.
-rw-r--r--src/glade-registration.glade4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glade-registration.glade b/src/glade-registration.glade
index bcf0e288..7c3f1ef3 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>