From 07a5f9979fa997db9d2584cbaeb4673d7a16e230 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 22 May 2001 04:04:23 +0000 Subject: make the view menuitems radio items of the same group, and allocate the 2001-05-21 Chris Toshok * menus/gal-view-menus.c (build_menus): make the view menuitems radio items of the same group, and allocate the closure here. (free_verbs): only need to free the one DefineViews verb here. (closure_free): new function - EListFreeFunc for our listenerClosure list. (remove_listeners): new function, free our listener list. (gvm_destroy): call remove_listeners. (gvm_init): init listenerClosures list. (toggled_cb): callback for radio items. (build_verbs): strip out almost all the code since there's only 1 verb now. (build_stuff): call remove_listeners. svn path=/trunk/; revision=9916 --- widgets/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'widgets/ChangeLog') diff --git a/widgets/ChangeLog b/widgets/ChangeLog index f80719b0cc..b9ada966b1 100644 --- a/widgets/ChangeLog +++ b/widgets/ChangeLog @@ -1,3 +1,18 @@ +2001-05-21 Chris Toshok + + * menus/gal-view-menus.c (build_menus): make the view menuitems + radio items of the same group, and allocate the closure here. + (free_verbs): only need to free the one DefineViews verb here. + (closure_free): new function - EListFreeFunc for our + listenerClosure list. + (remove_listeners): new function, free our listener list. + (gvm_destroy): call remove_listeners. + (gvm_init): init listenerClosures list. + (toggled_cb): callback for radio items. + (build_verbs): strip out almost all the code since there's only 1 + verb now. + (build_stuff): call remove_listeners. + 2001-05-08 Gediminas Paulauskas * misc/e-search-bar.c (add_dropdown), (set_option): first try to -- cgit