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:
Miguel de Icaza
1999-04-08 16:46:36 +00:00
committed by Arturo Espinosa
parent f6e63793c1
commit d41d8024ae
3 changed files with 8 additions and 0 deletions

View File

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

View File

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

View File

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