diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-03-19 03:18:00 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-03-19 03:18:00 +0800 |
commit | 3e3ddfa5fc7e10ba2f8c011db9e0c0d974980c92 (patch) | |
tree | 7debdba6dee9f8de01963b8350d54aed33a0fd29 /calendar/ChangeLog | |
parent | 183bd21ccde9ed13968fc26644ab5a297522a873 (diff) | |
download | gsoc2013-evolution-3e3ddfa5fc7e10ba2f8c011db9e0c0d974980c92.tar gsoc2013-evolution-3e3ddfa5fc7e10ba2f8c011db9e0c0d974980c92.tar.gz gsoc2013-evolution-3e3ddfa5fc7e10ba2f8c011db9e0c0d974980c92.tar.bz2 gsoc2013-evolution-3e3ddfa5fc7e10ba2f8c011db9e0c0d974980c92.tar.lz gsoc2013-evolution-3e3ddfa5fc7e10ba2f8c011db9e0c0d974980c92.tar.xz gsoc2013-evolution-3e3ddfa5fc7e10ba2f8c011db9e0c0d974980c92.tar.zst gsoc2013-evolution-3e3ddfa5fc7e10ba2f8c011db9e0c0d974980c92.zip |
create an ESourceSelector instead of a ESourceOptionMenu, to be consistent
2004-03-18 Rodrigo Moya <rodrigo@ximian.com>
* gui/dialogs/select-source-dialog.c (select_source_dialog): create
an ESourceSelector instead of a ESourceOptionMenu, to be consistent
with the other components, and create a scrolled window to hold the
source selector.
(primary_selection_changed_cb): callback for "primary_selection_changed"
signal in the ESourceSelector.
svn path=/trunk/; revision=25120
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8dbb13b5c4..b2d1733a02 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2004-03-18 Rodrigo Moya <rodrigo@ximian.com> + + * gui/dialogs/select-source-dialog.c (select_source_dialog): create + an ESourceSelector instead of a ESourceOptionMenu, to be consistent + with the other components, and create a scrolled window to hold the + source selector. + (primary_selection_changed_cb): callback for "primary_selection_changed" + signal in the ESourceSelector. + 2004-03-18 Alfred Peng <alfred.peng@sun.com> * Fix #51187 on bugzilla of ximian |