From f85872e9213d2d8962f60b22e333a12b00f7ba27 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 28 May 2010 12:03:14 -0400 Subject: Bug 619903 - Event editor is too small in express mode --- calendar/gui/dialogs/comp-editor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/gui/dialogs') diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index 1c85d76e49..5440d29c43 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -1753,7 +1753,7 @@ comp_editor_init (CompEditor *editor) container = e_attachment_paned_get_content_area ( E_ATTACHMENT_PANED (priv->attachment_view)); - if (express_mode) { + if (meego_mode) { widget = gtk_scrolled_window_new (NULL, NULL); gtk_scrolled_window_set_policy ( GTK_SCROLLED_WINDOW (widget), @@ -1767,7 +1767,7 @@ comp_editor_init (CompEditor *editor) widget = gtk_notebook_new (); gtk_notebook_set_show_tabs (GTK_NOTEBOOK (widget), express_mode); - if (!express_mode) + if (!meego_mode) gtk_box_pack_start ( GTK_BOX (container), widget, TRUE, TRUE, 0); else -- cgit v1.2.3