diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-10-29 02:42:09 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-10-29 02:42:09 +0800 |
commit | c6fb640109eadb091cb867ad6930811ce9c501e6 (patch) | |
tree | 44841452ad62a9d897bdf978dbd2e241d22449f2 /calendar/ChangeLog | |
parent | 66318ca6b08244b2a21530a05382af49a1821b51 (diff) | |
download | gsoc2013-evolution-c6fb640109eadb091cb867ad6930811ce9c501e6.tar.gz gsoc2013-evolution-c6fb640109eadb091cb867ad6930811ce9c501e6.tar.zst gsoc2013-evolution-c6fb640109eadb091cb867ad6930811ce9c501e6.zip |
connect to "fill_popup_menu" on the ESourceSelector.
2003-10-28 Rodrigo Moya <rodrigo@ximian.com>
* gui/calendar-component.c (impl_createControls): connect to
"fill_popup_menu" on the ESourceSelector.
(fill_popup_menu_callback): add popup menu items here.
(add_popup_menu_item): new function to add items to the
popup menu.
svn path=/trunk/; revision=23107
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index dc031d1bca..75873a6d39 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,13 @@ 2003-10-28 Rodrigo Moya <rodrigo@ximian.com> + * gui/calendar-component.c (impl_createControls): connect to + "fill_popup_menu" on the ESourceSelector. + (fill_popup_menu_callback): add popup menu items here. + (add_popup_menu_item): new function to add items to the + popup menu. + +2003-10-28 Rodrigo Moya <rodrigo@ximian.com> + * gui/e-cal-view.c: no need to keep the timezone here, it is already stored in the model. (e_cal_view_get_timezone): call e_cal_model_get_timezone(). |