diff options
-rw-r--r-- | calendar/ChangeLog | 7 | ||||
-rw-r--r-- | calendar/gui/dialogs/event-editor.c | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7bd759aa34..e13531cd8f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,4 +1,11 @@ 2004-11-25 Chenthill Palanisamy <pchenthill@novell.com> + + * gui/dialogs/event-deitor.c (show_meeting): removed the + call for comp_editor_show_page, so that the event page + shows up at first instead of meeting page when a meeting + is opened. + +2004-11-25 Chenthill Palanisamy <pchenthill@novell.com> * calendar-errors.xml: Added two error ids to display use it when the meeting is created without a summary. diff --git a/calendar/gui/dialogs/event-editor.c b/calendar/gui/dialogs/event-editor.c index 886a4ddea8..0609158fa4 100644 --- a/calendar/gui/dialogs/event-editor.c +++ b/calendar/gui/dialogs/event-editor.c @@ -372,8 +372,6 @@ show_meeting (EventEditor *ee) comp_editor_set_needs_send (COMP_EDITOR (ee), priv->meeting_shown); } - comp_editor_show_page (COMP_EDITOR (ee), - COMP_EDITOR_PAGE (priv->meet_page)); } void |