[evolution] Bug 619903 - Event editor is too small in express mode



commit f85872e9213d2d8962f60b22e333a12b00f7ba27
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri May 28 12:03:14 2010 -0400

    Bug 619903 - Event editor is too small in express mode

 calendar/gui/dialogs/comp-editor.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c
index 1c85d76..5440d29 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]