~segphault/gtg/desktop-couchdb

« back to all changes in this revision

Viewing changes to GTG/taskeditor/taskeditor.glade

  • Committer: Lionel Dricot
  • Date: 2009-11-22 10:03:37 UTC
  • Revision ID: ploum@ploum.net-20091122100337-6bd2gpfvyy28917i
remove signals with no handler to fix warning with GtkBuilder

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
                <property name="label" translatable="yes">Insert tag</property>
81
81
                <property name="icon_name">gtg-tag-new</property>
82
82
                <signal name="clicked" handler="on_inserttag_clicked"/>
83
 
                <signal name="show_menu" handler="on_inserttag_show_menu"/>
84
 
                <signal name="show_menu" handler="on_inserttag_show_menu"/>
85
83
              </object>
86
84
              <packing>
87
85
                <property name="expand">False</property>
301
299
    <property name="skip_taskbar_hint">True</property>
302
300
    <property name="skip_pager_hint">True</property>
303
301
    <property name="transient_for">TaskEditor</property>
304
 
    <signal name="leave_notify_event" handler="on_focus_out"/>
305
302
    <child>
306
303
      <object class="GtkVBox" id="vbox5">
307
304
        <property name="visible">True</property>
311
308
            <property name="visible">True</property>
312
309
            <property name="can_focus">True</property>
313
310
            <signal name="day_selected_double_click" handler="on_dayselected_double"/>
314
 
            <signal name="day_selected" handler="on_dayselected"/>
315
 
            <signal name="month_changed" handler="on_month_changed"/>
316
311
          </object>
317
312
          <packing>
318
313
            <property name="position">0</property>