From 8bf6b2775468e604c275e1a0990729f4a328e02a Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 16 Jun 2004 06:58:21 +0000 Subject: fix a path leak and maek the code more structured. 2004-06-16 Not Zed * e-source-selector.c (cell_toggled_callback): fix a path leak and maek the code more structured. (e_source_selector_set_toggle_selection): set the mode on whether you can toggle the currnet selection or not. (cell_toggled_callback): implement set_toggle_selection behaviour. svn path=/trunk/; revision=26361 --- widgets/misc/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'widgets/misc/ChangeLog') diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 9d6e8d266f..11ba7c99fd 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,11 @@ +2004-06-16 Not Zed + + * e-source-selector.c (cell_toggled_callback): fix a path leak and + maek the code more structured. + (e_source_selector_set_toggle_selection): set the mode on whether + you can toggle the currnet selection or not. + (cell_toggled_callback): implement set_toggle_selection behaviour. + 2004-06-03 William Jon McCann * e-error.c (e_error_newv): Add HIG border width for dialog window. -- cgit