Skip to content

Commit

Permalink
Fixes lwindolf#500 Connects browser entry to callback
Browse files Browse the repository at this point in the history
Glade copy/paste doesn't copy the signals/callbacks part. I missed that
one when updating the ui file.
  • Loading branch information
Leiaz committed May 14, 2017
1 parent 8a22fc1 commit b08641b
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions glade/prefs.ui
Original file line number Diff line number Diff line change
Expand Up @@ -735,16 +735,6 @@
<property name="top_attach">1</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="browserpopup">
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">1</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="manuallabel">
<property name="visible">True</property>
Expand All @@ -765,6 +755,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<signal name="changed" handler="on_browsercmd_changed" swapped="no"/>
</object>
<packing>
<property name="left_attach">1</property>
Expand All @@ -786,6 +777,16 @@
<property name="top_attach">3</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="browserpopup">
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">1</property>
</packing>
</child>
<child>
<placeholder/>
</child>
Expand Down Expand Up @@ -1422,5 +1423,8 @@
<action-widgets>
<action-widget response="-7">prefclosebtn</action-widget>
</action-widgets>
<child>
<placeholder/>
</child>
</object>
</interface>

0 comments on commit b08641b

Please sign in to comment.