diff options
author | Chris Toshok <toshok@ximian.com> | 2001-05-22 12:04:23 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-05-22 12:04:23 +0800 |
commit | 07a5f9979fa997db9d2584cbaeb4673d7a16e230 (patch) | |
tree | 42c0fb468a5fc2447554c711c38ad35b0dba2fc9 /widgets/ChangeLog | |
parent | 1564ba5ed23a9c3cc07a20598828960a781d6e0d (diff) | |
download | gsoc2013-evolution-07a5f9979fa997db9d2584cbaeb4673d7a16e230.tar gsoc2013-evolution-07a5f9979fa997db9d2584cbaeb4673d7a16e230.tar.gz gsoc2013-evolution-07a5f9979fa997db9d2584cbaeb4673d7a16e230.tar.bz2 gsoc2013-evolution-07a5f9979fa997db9d2584cbaeb4673d7a16e230.tar.lz gsoc2013-evolution-07a5f9979fa997db9d2584cbaeb4673d7a16e230.tar.xz gsoc2013-evolution-07a5f9979fa997db9d2584cbaeb4673d7a16e230.tar.zst gsoc2013-evolution-07a5f9979fa997db9d2584cbaeb4673d7a16e230.zip |
make the view menuitems radio items of the same group, and allocate the
2001-05-21 Chris Toshok <toshok@ximian.com>
* 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
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r-- | widgets/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
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 <toshok@ximian.com> + + * 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 <menesis@delfi.lt> * misc/e-search-bar.c (add_dropdown), (set_option): first try to |