Skip to content

Commit

Permalink
Fix some entries in glade files that did not have id's
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-IT committed Jul 3, 2017
1 parent 5066f69 commit 54eaf75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -343,7 +343,7 @@
</packing>
</child>
<child>
<object class="GtkGrid">
<object class="GtkGrid" id="table3">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-utils/gtkbuilder/dialog-preferences.glade
Expand Up @@ -763,7 +763,7 @@
</packing>
</child>
<child>
<object class="GtkBox">
<object class="GtkBox" id="hbox6">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
Expand Down
2 changes: 1 addition & 1 deletion src/import-export/csv-imp/assistant-csv-trans-import.glade
Expand Up @@ -1193,7 +1193,7 @@ More information can be displayed by using the help button.</property>
</packing>
</child>
<child internal-child="action_area">
<object class="GtkBox">
<object class="GtkBox" id="assistant-action_area2">
<property name="can_focus">False</property>
</object>
</child>
Expand Down

0 comments on commit 54eaf75

Please sign in to comment.