Fix tab_edit widget’s name in .ui file

This commit is contained in:
Gergely Polonkai 2014-08-05 23:46:32 +02:00
parent aefbb8e4fa
commit 5e97af76ea
2 changed files with 6 additions and 1 deletions

View File

@ -1321,6 +1321,11 @@ ag_window_class_init(AgWindowClass *klass)
AgWindow,
db_chart_data
);
gtk_widget_class_bind_template_child_private(
widget_class,
AgWindow,
tab_edit
);
gtk_widget_class_bind_template_child_private(widget_class, AgWindow, name);
gtk_widget_class_bind_template_child_private(widget_class, AgWindow, year);
gtk_widget_class_bind_template_child_private(widget_class, AgWindow, month);

View File

@ -306,7 +306,7 @@
<property name="hexpand">True</property>
<signal name="notify::visible-child" handler="ag_window_tab_changed_cb" object="AgWindow" swapped="no"/>
<child>
<object class="GtkGrid" id="edit_tab">
<object class="GtkGrid" id="tab_edit">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>