Make sure we can get events for button3. The code for the nice popup menu
1999-04-08 Miguel de Icaza <miguel@nuclecu.unam.mx> * gncal-todo.c (gncal_todo_init): Make sure we can get events for button3. The code for the nice popup menu was there but was not getting invoked. svn path=/trunk/; revision=806
This commit is contained in:

committed by
Arturo Espinosa

parent
f6e63793c1
commit
d41d8024ae
@ -1,3 +1,9 @@
|
||||
1999-04-08 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gncal-todo.c (gncal_todo_init): Make sure we can get events for
|
||||
button3. The code for the nice popup menu was there but was not
|
||||
getting invoked.
|
||||
|
||||
1999-04-01 Steve Murphy <murf@e-tools.com>
|
||||
|
||||
* calobj.c (weekdaynum): Added this routine so Monthly recurrences
|
||||
|
@ -410,6 +410,7 @@ gncal_todo_init (GncalTodo *todo)
|
||||
gtk_signal_connect (GTK_OBJECT (todo->clist), "select_row",
|
||||
(GtkSignalFunc) clist_row_selected,
|
||||
todo);
|
||||
gtk_clist_set_button_actions (todo->clist, 2, GTK_BUTTON_SELECTS);
|
||||
gtk_signal_connect (GTK_OBJECT (todo->clist), "resize_column",
|
||||
(GtkSignalFunc) column_resized,
|
||||
todo);
|
||||
|
@ -410,6 +410,7 @@ gncal_todo_init (GncalTodo *todo)
|
||||
gtk_signal_connect (GTK_OBJECT (todo->clist), "select_row",
|
||||
(GtkSignalFunc) clist_row_selected,
|
||||
todo);
|
||||
gtk_clist_set_button_actions (todo->clist, 2, GTK_BUTTON_SELECTS);
|
||||
gtk_signal_connect (GTK_OBJECT (todo->clist), "resize_column",
|
||||
(GtkSignalFunc) column_resized,
|
||||
todo);
|
||||
|
Reference in New Issue
Block a user