GtkSearchBar: fix the template

There was a mismatch between GtkSearchBar being derived from GtkBin
and the template claiming the parent to be GtkBox.
This commit is contained in:
Matthias Clasen 2014-04-29 21:46:38 -04:00
parent 4d36fab72a
commit ff87672780

View File

@ -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>