diff options
author | Harish Krishnaswamy <kharish@src.gnome.org> | 2004-11-25 22:51:18 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2004-11-25 22:51:18 +0800 |
commit | 28009dd47c5a879ec598cc70021ab9e95694f3d9 (patch) | |
tree | e25c1d8064ae9271a51b8a5b5ad9daa538bed9c9 /calendar/ChangeLog | |
parent | 94cc53a7057dec2a655102268772b73efe32384e (diff) | |
download | gsoc2013-evolution-28009dd47c5a879ec598cc70021ab9e95694f3d9.tar gsoc2013-evolution-28009dd47c5a879ec598cc70021ab9e95694f3d9.tar.gz gsoc2013-evolution-28009dd47c5a879ec598cc70021ab9e95694f3d9.tar.bz2 gsoc2013-evolution-28009dd47c5a879ec598cc70021ab9e95694f3d9.tar.lz gsoc2013-evolution-28009dd47c5a879ec598cc70021ab9e95694f3d9.tar.xz gsoc2013-evolution-28009dd47c5a879ec598cc70021ab9e95694f3d9.tar.zst gsoc2013-evolution-28009dd47c5a879ec598cc70021ab9e95694f3d9.zip |
Evo UI Hackfest : harish
* gui/calendar-component.c:
(new_calendar_cb), (edit_calendar_cb): Use modified_setup_edit_calendar call.
(popup_event_cb): If source is null (Rt click on a source group), show the new
calendar popup menu item. Else, do not show the new calendar option.
* gui/dialogs/calendar-setup.[ch] (eccp_get_source_type): Compare the
source_groups by their uid and not the pointers, so that the correct option
is activated on the combo box.
(calendar_setup_edit_calendar) : add a source_group parameter to the function.
(calendar_setup_new_calendar): Use modified signature of the above function.
* gui/e-calendar-view.c (on_edit_appointment): check the icalcomponent
to see if it is a meeting and set the argument to e_calendar_view_edit_appointment
correctly.
svn path=/trunk/; revision=27991
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e13531cd8f..566e77b4a9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2004-11-25 Harish Krishnaswamy <kharish@novell.com> + + * gui/calendar-component.c: + (new_calendar_cb), (edit_calendar_cb): Use modified_setup_edit_calendar call. + (popup_event_cb): If source is null (Rt click on a source group), show the new + calendar popup menu item. Else, do not show the new calendar option. + * gui/dialogs/calendar-setup.[ch] (eccp_get_source_type): Compare the + source_groups by their uid and not the pointers, so that the correct option + is activated on the combo box. + (calendar_setup_edit_calendar) : add a source_group parameter to the function. + (calendar_setup_new_calendar): Use modified signature of the above function. + * gui/e-calendar-view.c (on_edit_appointment): check the icalcomponent + to see if it is a meeting and set the argument to e_calendar_view_edit_appointment + correctly. + 2004-11-25 Chenthill Palanisamy <pchenthill@novell.com> * gui/dialogs/event-deitor.c (show_meeting): removed the |