From 65278ffcb427456d5ac3a86e61256fc0acd7a0de Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Thu, 25 Nov 2004 08:08:02 +0000 Subject: removed the call for comp_editor_show_page, so that the event page shows 2004-11-25 Chenthill Palanisamy * 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. svn path=/trunk/; revision=27988 --- calendar/ChangeLog | 7 +++++++ calendar/gui/dialogs/event-editor.c | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7bd759aa34..e13531cd8f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2004-11-25 Chenthill Palanisamy + + * 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 * calendar-errors.xml: Added two error ids to display use 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 -- cgit v1.2.3