diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-12-17 08:50:03 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-12-17 08:50:03 +0800 |
commit | a3b04be4f0788104ba7f7e12abff000f573ec439 (patch) | |
tree | 6a1aaca5747e0686a0aafdfac325cdafd92a4cc3 /widgets/ChangeLog | |
parent | c13a0defa3f0214e8d78b9f9b16a9c8b2f22ac32 (diff) | |
download | gsoc2013-evolution-a3b04be4f0788104ba7f7e12abff000f573ec439.tar.gz gsoc2013-evolution-a3b04be4f0788104ba7f7e12abff000f573ec439.tar.zst gsoc2013-evolution-a3b04be4f0788104ba7f7e12abff000f573ec439.zip |
Use e_source_equal() instead of comparing pointers. This allows user to
2003-12-16 Hans Petter Jansson <hpj@ximian.com>
* misc/e-source-option-menu.c (select_source_foreach_menu_item):
Use e_source_equal() instead of comparing pointers. This allows user
to pass in a source that was obtained from somewhere else. Set the
matching internal source as "selected" instead of the one passed in.
(select_source): Emit signal only if we found a match. Don't ref/unref
anything, since the selected source will always be from our internal
list.
svn path=/trunk/; revision=23954
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r-- | widgets/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog index 0cd57d5557..0ee7c01e56 100644 --- a/widgets/ChangeLog +++ b/widgets/ChangeLog @@ -1,3 +1,13 @@ +2003-12-16 Hans Petter Jansson <hpj@ximian.com> + + * misc/e-source-option-menu.c (select_source_foreach_menu_item): + Use e_source_equal() instead of comparing pointers. This allows user + to pass in a source that was obtained from somewhere else. Set the + matching internal source as "selected" instead of the one passed in. + (select_source): Emit signal only if we found a match. Don't ref/unref + anything, since the selected source will always be from our internal + list. + 2003-12-10 Not Zed <NotZed@Ximian.com> * menus/gal-view-menus.c (remove_instance): NULL out |