diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2004-11-25 16:08:02 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2004-11-25 16:08:02 +0800 |
commit | 65278ffcb427456d5ac3a86e61256fc0acd7a0de (patch) | |
tree | 7dd852c9e2bf2135f4b1240a0e0bb5f3a451c705 /calendar | |
parent | 28e3f4b36be3dac5eea28e06c63384e81011a41e (diff) | |
download | gsoc2013-evolution-65278ffcb427456d5ac3a86e61256fc0acd7a0de.tar.gz gsoc2013-evolution-65278ffcb427456d5ac3a86e61256fc0acd7a0de.tar.zst gsoc2013-evolution-65278ffcb427456d5ac3a86e61256fc0acd7a0de.zip |
removed the call for comp_editor_show_page, so that the event page shows
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.
svn path=/trunk/; revision=27988
Diffstat (limited to 'calendar')
-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 |