From d303bba5106f0019ee887384cd709cbd0e5be922 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Sun, 27 May 2007 17:55:34 +0000 Subject: ** Fix for bug #351729 from Milan Crha svn path=/trunk/; revision=33584 --- calendar/gui/dialogs/event-editor.c | 3 +-- calendar/gui/dialogs/event-page.glade | 6 +++--- calendar/gui/dialogs/task-editor.c | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) (limited to 'calendar/gui/dialogs') diff --git a/calendar/gui/dialogs/event-editor.c b/calendar/gui/dialogs/event-editor.c index 5569ab4027..eac3de7832 100644 --- a/calendar/gui/dialogs/event-editor.c +++ b/calendar/gui/dialogs/event-editor.c @@ -613,8 +613,7 @@ event_editor_construct (EventEditor *ee, ECal *client) g_object_ref_sink (priv->recur_page); gtk_container_add ((GtkContainer *) (GTK_DIALOG (priv->recur_window)->vbox), comp_editor_page_get_widget (COMP_EDITOR_PAGE (priv->recur_page))); - gtk_widget_show_all (priv->recur_window); - gtk_widget_hide (priv->recur_window); + gtk_widget_show_all (gtk_bin_get_child (GTK_BIN (priv->recur_window))); comp_editor_append_page (COMP_EDITOR (ee), COMP_EDITOR_PAGE (priv->recur_page), NULL, FALSE); if (priv->is_meeting) { diff --git a/calendar/gui/dialogs/event-page.glade b/calendar/gui/dialogs/event-page.glade index 95fffa2eb8..1f6c727cf9 100644 --- a/calendar/gui/dialogs/event-page.glade +++ b/calendar/gui/dialogs/event-page.glade @@ -16,6 +16,7 @@ GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST True + False @@ -145,11 +146,11 @@ 0.5 0 0 + organizer-entry PANGO_ELLIPSIZE_NONE -1 False 0 - organizer-entry 0 @@ -174,11 +175,11 @@ 0.5 0 0 + start-time PANGO_ELLIPSIZE_NONE -1 False 0 - start-time 0 @@ -958,7 +959,6 @@ 4 - True Alarms GTK_WINDOW_TOPLEVEL GTK_WIN_POS_CENTER_ON_PARENT diff --git a/calendar/gui/dialogs/task-editor.c b/calendar/gui/dialogs/task-editor.c index ef614ef1c0..f205a78d6f 100644 --- a/calendar/gui/dialogs/task-editor.c +++ b/calendar/gui/dialogs/task-editor.c @@ -436,8 +436,8 @@ task_editor_construct (TaskEditor *te, ECal *client) g_object_ref_sink (priv->task_details_page); gtk_container_add ((GtkContainer *) GTK_DIALOG(priv->task_details_window)->vbox, comp_editor_page_get_widget ((CompEditorPage *)priv->task_details_page)); - gtk_widget_show_all (priv->task_details_window); - gtk_widget_hide (priv->task_details_window); + gtk_widget_show_all (gtk_bin_get_child (GTK_BIN (priv->task_details_window) ) ); + /* gtk_widget_hide (priv->task_details_window); */ comp_editor_append_page (editor, COMP_EDITOR_PAGE (priv->task_details_page), NULL, FALSE); if (!e_cal_is_read_only (client, &read_only, NULL)) -- cgit v1.2.3