ui: Use the correct name of the parent widget

Example: Gtk.Paned -> GtkPaned

https://bugzilla.gnome.org/show_bug.cgi?id=729478
This commit is contained in:
Yosef Or Boczko 2014-05-03 23:45:07 +03:00
parent b5b0159f16
commit a7c5edafe6
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
<!-- interface-requires gtk+ 3.3 -->
<!-- interface-requires gitg 0.0 -->
<!-- interface-requires gd 1.0 -->
<template class="GitgCommitPaned" parent="Gtk.Paned">
<template class="GitgCommitPaned" parent="GtkPaned">
<property name="visible">True</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>

View file

@ -3,7 +3,7 @@
<!-- interface-requires gtk+ 3.3 -->
<!-- interface-requires gitg 0.0 -->
<!-- interface-requires gd 1.0 -->
<template class="GitgHistoryPaned" parent="Gtk.Paned">
<template class="GitgHistoryPaned" parent="GtkPaned">
<property name="visible">True</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>

View file

@ -3,7 +3,7 @@
<!-- interface-requires gtk+ 3.3 -->
<!-- interface-requires gitg 0.0 -->
<!-- interface-requires gd 1.0 -->
<template class="GitgWindow" parent="Gtk.ApplicationWindow">
<template class="GitgWindow" parent="GtkApplicationWindow">
<property name="can_focus">False</property>
<property name="title" translatable="yes">gitg</property>
<property name="default_width">1000</property>