remove unsued handler
This commit is contained in:
parent
062caecfc8
commit
fcada2f98d
|
@ -4,7 +4,7 @@
|
||||||
<!-- interface-naming-policy toplevel-contextual -->
|
<!-- interface-naming-policy toplevel-contextual -->
|
||||||
<object class="GtkListStore" id="liststore1">
|
<object class="GtkListStore" id="liststore1">
|
||||||
<columns>
|
<columns>
|
||||||
<!-- column-name item text -->
|
<!-- column-name item -->
|
||||||
<column type="gchararray"/>
|
<column type="gchararray"/>
|
||||||
</columns>
|
</columns>
|
||||||
</object>
|
</object>
|
||||||
|
@ -13,7 +13,6 @@
|
||||||
<property name="title" translatable="yes">Manage Bookmarks</property>
|
<property name="title" translatable="yes">Manage Bookmarks</property>
|
||||||
<property name="default_width">550</property>
|
<property name="default_width">550</property>
|
||||||
<property name="default_height">300</property>
|
<property name="default_height">300</property>
|
||||||
<signal name="button_press_event" handler="on_manage_bookmarks_window_button_press_event"/>
|
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkVBox" id="vbox86">
|
<object class="GtkVBox" id="vbox86">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
|
Loading…
Reference in New Issue