[gtk+] GtkSearchBar: fix the template



commit ff87672780a4228878740a4aa0bf7b376d042994
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Apr 29 21:46:38 2014 -0400

    GtkSearchBar: fix the template
    
    There was a mismatch between GtkSearchBar being derived from GtkBin
    and the template claiming the parent to be GtkBox.

 gtk/resources/ui/gtksearchbar.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/resources/ui/gtksearchbar.ui b/gtk/resources/ui/gtksearchbar.ui
index 57ec27f..93e7706 100644
--- a/gtk/resources/ui/gtksearchbar.ui
+++ b/gtk/resources/ui/gtksearchbar.ui
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface domain="gtk30">
   <!-- interface-requires gtk+ 3.10 -->
-  <template class="GtkSearchBar" parent="GtkBox">
+  <template class="GtkSearchBar" parent="GtkBin">
     <property name="app_paintable">True</property>
     <property name="can_focus">False</property>
     <child>


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