diff options
Diffstat (limited to 'ui/todolist.glade')
-rw-r--r-- | ui/todolist.glade | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/todolist.glade b/ui/todolist.glade index 1b1a732..ee8c46c 100644 --- a/ui/todolist.glade +++ b/ui/todolist.glade @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> -<!--Generated with glade3 3.4.5 on Fri May 8 22:04:24 2009 --> +<!--Generated with glade3 3.4.5 on Sat May 9 23:38:34 2009 --> <glade-interface> <widget class="GtkWindow" id="main_window"> <property name="title" translatable="yes">ToDo</property> @@ -141,6 +141,7 @@ <property name="label" translatable="yes">gtk-add</property> <property name="use_stock">True</property> <property name="response_id">0</property> + <signal name="clicked" handler="on_add_clicked"/> </widget> </child> <child> @@ -151,6 +152,7 @@ <property name="label" translatable="yes">gtk-remove</property> <property name="use_stock">True</property> <property name="response_id">0</property> + <signal name="clicked" handler="on_remove_clicked"/> </widget> <packing> <property name="position">1</property> @@ -270,7 +272,7 @@ <widget class="GtkHBox" id="hbox1"> <property name="visible">True</property> <child> - <widget class="GtkEntry" id="entry2"> + <widget class="GtkEntry" id="entry1"> <property name="visible">True</property> <property name="can_focus">True</property> </widget> |