diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-21 05:24:54 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-21 05:24:54 +0800 |
commit | dc501781565ac7c2e70533ffebeb0b1d6271b591 (patch) | |
tree | 1acee0773ad2820fd0e4ae58fde1f15e1b229a8f /widgets/misc/ChangeLog | |
parent | 882cfb44e8227f70b2d88277ea4f562779ba3798 (diff) | |
download | gsoc2013-evolution-dc501781565ac7c2e70533ffebeb0b1d6271b591.tar gsoc2013-evolution-dc501781565ac7c2e70533ffebeb0b1d6271b591.tar.gz gsoc2013-evolution-dc501781565ac7c2e70533ffebeb0b1d6271b591.tar.bz2 gsoc2013-evolution-dc501781565ac7c2e70533ffebeb0b1d6271b591.tar.lz gsoc2013-evolution-dc501781565ac7c2e70533ffebeb0b1d6271b591.tar.xz gsoc2013-evolution-dc501781565ac7c2e70533ffebeb0b1d6271b591.tar.zst gsoc2013-evolution-dc501781565ac7c2e70533ffebeb0b1d6271b591.zip |
util routine to clear the row reference to the saved primary selection
2004-01-20 JP Rosevear <jpr@ximian.com>
* e-source-selector.c (clear_saved_primary_selection): util
routine to clear the row reference to the saved primary selection
(find_source_iter): unref the model data retrieved
(rebuild_existing_cb): ditto
(toggle_cell_data_func): ditto
(text_cell_data_func): ditto
(selection_func): ditto; clear the saved primary selection if
something else is selected
(cell_toggled_callback): ditto
(test_collapse_row_callback): clear the toggled_last flag
(row_expanded_callback): once we've restored the saved primary
selection, clear it
(selector_button_press_event): unref the model data
(impl_dispose): use clear_saved_primary_selection
(init): the store column holds object not pointer type
(e_source_selector_peek_primary_selection): unref the model da
svn path=/trunk/; revision=24334
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 073f5dd902..3a3d8725e1 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,5 +1,24 @@ 2004-01-20 JP Rosevear <jpr@ximian.com> + * e-source-selector.c (clear_saved_primary_selection): util + routine to clear the row reference to the saved primary selection + (find_source_iter): unref the model data retrieved + (rebuild_existing_cb): ditto + (toggle_cell_data_func): ditto + (text_cell_data_func): ditto + (selection_func): ditto; clear the saved primary selection if + something else is selected + (cell_toggled_callback): ditto + (test_collapse_row_callback): clear the toggled_last flag + (row_expanded_callback): once we've restored the saved primary + selection, clear it + (selector_button_press_event): unref the model data + (impl_dispose): use clear_saved_primary_selection + (init): the store column holds object not pointer type + (e_source_selector_peek_primary_selection): unref the model data + +2004-01-20 JP Rosevear <jpr@ximian.com> + * e-source-selector.c (test_collapse_row_callback): check if the collapsing node has its child selected, if so take a row reference to remember the selection |