diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-21 11:04:08 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-21 11:04:08 +0800 |
commit | e6b238108c1a01003f74cbdff00457a4cbee8ba0 (patch) | |
tree | 73ed08ab1deb6e022da34fe6736273e93e475aab /widgets/misc/ChangeLog | |
parent | a8705a44c50e1303157b769c59d8a86d3b008839 (diff) | |
download | gsoc2013-evolution-e6b238108c1a01003f74cbdff00457a4cbee8ba0.tar gsoc2013-evolution-e6b238108c1a01003f74cbdff00457a4cbee8ba0.tar.gz gsoc2013-evolution-e6b238108c1a01003f74cbdff00457a4cbee8ba0.tar.bz2 gsoc2013-evolution-e6b238108c1a01003f74cbdff00457a4cbee8ba0.tar.lz gsoc2013-evolution-e6b238108c1a01003f74cbdff00457a4cbee8ba0.tar.xz gsoc2013-evolution-e6b238108c1a01003f74cbdff00457a4cbee8ba0.tar.zst gsoc2013-evolution-e6b238108c1a01003f74cbdff00457a4cbee8ba0.zip |
set a primary selection if there is one before the rebuild
2004-01-20 JP Rosevear <jpr@ximian.com>
* e-source-selector.c (rebuild_model): set a primary selection if
there is one before the rebuild
(e_source_selector_set_primary_selection): block the signals when
clearing the tree selection to make the op atomic; emit the
selection_changed signal if a hidden selection is not currently
selectecd
svn path=/trunk/; revision=24342
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 7f6e1b6e75..bb8c5a13c5 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,5 +1,14 @@ 2004-01-20 JP Rosevear <jpr@ximian.com> + * e-source-selector.c (rebuild_model): set a primary selection if + there is one before the rebuild + (e_source_selector_set_primary_selection): block the signals when + clearing the tree selection to make the op atomic; emit the + selection_changed signal if a hidden selection is not currently + selectecd + +2004-01-20 JP Rosevear <jpr@ximian.com> + * e-source-selector.c (find_source_iter): provide parent iter in/out arg (test_collapse_row_callback): use priv shortcut |