fix handler name in pref window

This commit is contained in:
Yann Leboulanger 2010-01-24 01:01:13 +01:00
parent 5192ad2c28
commit b90fbd5fd3

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>
<data> <data>
@ -27,7 +27,7 @@
</object> </object>
<object class="GtkListStore" id="liststore2"> <object class="GtkListStore" id="liststore2">
<columns> <columns>
<!-- column-name item text --> <!-- column-name item -->
<column type="gchararray"/> <column type="gchararray"/>
</columns> </columns>
<data> <data>
@ -44,7 +44,7 @@
</object> </object>
<object class="GtkListStore" id="liststore3"> <object class="GtkListStore" id="liststore3">
<columns> <columns>
<!-- column-name item text --> <!-- column-name item -->
<column type="gchararray"/> <column type="gchararray"/>
</columns> </columns>
<data> <data>
@ -61,7 +61,7 @@
</object> </object>
<object class="GtkListStore" id="liststore4"> <object class="GtkListStore" id="liststore4">
<columns> <columns>
<!-- column-name item text --> <!-- column-name item -->
<column type="gchararray"/> <column type="gchararray"/>
</columns> </columns>
<data> <data>
@ -78,7 +78,7 @@
</object> </object>
<object class="GtkListStore" id="liststore5"> <object class="GtkListStore" id="liststore5">
<columns> <columns>
<!-- column-name item text --> <!-- column-name item -->
<column type="gchararray"/> <column type="gchararray"/>
</columns> </columns>
<data> <data>
@ -95,7 +95,7 @@
</object> </object>
<object class="GtkListStore" id="liststore6"> <object class="GtkListStore" id="liststore6">
<columns> <columns>
<!-- column-name item text --> <!-- column-name item -->
<column type="gchararray"/> <column type="gchararray"/>
</columns> </columns>
<data> <data>
@ -2542,7 +2542,7 @@ to discover one from server.</property>
<property name="receives_default">False</property> <property name="receives_default">False</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="draw_indicator">True</property> <property name="draw_indicator">True</property>
<signal name="toggled" handler="on_allow_idle_time_checkbutton_toggled"/> <signal name="toggled" handler="on_send_idle_time_checkbutton_toggled"/>
</object> </object>
<packing> <packing>
<property name="top_attach">3</property> <property name="top_attach">3</property>