diff options
author | Rodney Dawes <dobey@novell.com> | 2004-06-25 01:22:40 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-06-25 01:22:40 +0800 |
commit | 38f4f2cd20d68010f15e5ace7a895903211a10f2 (patch) | |
tree | 871b2819adae4576e98c8a0ff7e446e595d8e884 /widgets/misc/e-source-selector.h | |
parent | ac7ffd6aff484dfced4681d72a2553038b94d37c (diff) | |
download | gsoc2013-evolution-38f4f2cd20d68010f15e5ace7a895903211a10f2.tar gsoc2013-evolution-38f4f2cd20d68010f15e5ace7a895903211a10f2.tar.gz gsoc2013-evolution-38f4f2cd20d68010f15e5ace7a895903211a10f2.tar.bz2 gsoc2013-evolution-38f4f2cd20d68010f15e5ace7a895903211a10f2.tar.lz gsoc2013-evolution-38f4f2cd20d68010f15e5ace7a895903211a10f2.tar.xz gsoc2013-evolution-38f4f2cd20d68010f15e5ace7a895903211a10f2.tar.zst gsoc2013-evolution-38f4f2cd20d68010f15e5ace7a895903211a10f2.zip |
Add a call to e_source_selector_set_select_new here so that we can select
2004-06-24 Rodney Dawes <dobey@novell.com>
* gui/calendar-component.c (create_component_view):
* gui/tasks-component.c (create_component_view):
Add a call to e_source_selector_set_select_new here so that we can
select new sources when we create them
2004-06-24 Rodney Dawes <dobey@novell.com>
* e-source-selector.[ch]: Add new "select_new" property to
private structure of the ESourceSelector
(rebuild_cb): Add code to select the new source, and cause the
selection_changed signal to get emitted, if we select new sources
(init): Don't select new sources by default
(e_source_selector_set_select_new): Add function to set whether or not
we want to select new sources when we add them
svn path=/trunk/; revision=26498
Diffstat (limited to 'widgets/misc/e-source-selector.h')
-rw-r--r-- | widgets/misc/e-source-selector.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/e-source-selector.h b/widgets/misc/e-source-selector.h index 0b65d9443a..ec7d52bc26 100644 --- a/widgets/misc/e-source-selector.h +++ b/widgets/misc/e-source-selector.h @@ -74,6 +74,8 @@ gboolean e_source_selector_selection_shown (ESourceSelector *selector); void e_source_selector_set_toggle_selection(ESourceSelector *selector, gboolean state); +void e_source_selector_set_select_new (ESourceSelector *selector, gboolean state); + ESource *e_source_selector_peek_primary_selection (ESourceSelector *selector); void e_source_selector_set_primary_selection (ESourceSelector *selector, ESource *source); |