aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-11-17 01:21:31 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-11-17 01:21:31 +0800
commitccdc51ce37535be6efc345c160d874a1f94ea175 (patch)
tree36d244e7b9e208c70272ed13a2fc0a115e2a22ed /widgets/misc/ChangeLog
parent80b2e4700bb8b06089c8b36685366efd9d34b161 (diff)
downloadgsoc2013-evolution-ccdc51ce37535be6efc345c160d874a1f94ea175.tar
gsoc2013-evolution-ccdc51ce37535be6efc345c160d874a1f94ea175.tar.gz
gsoc2013-evolution-ccdc51ce37535be6efc345c160d874a1f94ea175.tar.bz2
gsoc2013-evolution-ccdc51ce37535be6efc345c160d874a1f94ea175.tar.lz
gsoc2013-evolution-ccdc51ce37535be6efc345c160d874a1f94ea175.tar.xz
gsoc2013-evolution-ccdc51ce37535be6efc345c160d874a1f94ea175.tar.zst
gsoc2013-evolution-ccdc51ce37535be6efc345c160d874a1f94ea175.zip
use find_source_iter and get the selection from the right spot
2003-11-16 JP Rosevear <jpr@ximian.com> * e-source-selector.c (e_source_selector_set_primary_selection): use find_source_iter and get the selection from the right spot (find_source_iter): util function to find the iter given the source (e_source_selector_select_source): signal that the model changed (e_source_selector_unselect_source): ditto svn path=/trunk/; revision=23372
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index c9721e031e..4a05c1b49e 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,12 @@
+2003-11-16 JP Rosevear <jpr@ximian.com>
+
+ * e-source-selector.c (e_source_selector_set_primary_selection):
+ use find_source_iter and get the selection from the right spot
+ (find_source_iter): util function to find the iter given the
+ source
+ (e_source_selector_select_source): signal that the model changed
+ (e_source_selector_unselect_source): ditto
+
2003-11-14 JP Rosevear <jpr@ximian.com>
* e-source-selector.h: include e-source stuff from e-d-s