remove unsued handler

This commit is contained in:
Yann Leboulanger 2010-02-09 22:40:08 +01:00
parent 062caecfc8
commit fcada2f98d
1 changed files with 1 additions and 2 deletions

View File

@ -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>