From 48972c2dbea38548671277f5efd60dcb2e4f3176 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Fri, 14 Jul 2006 06:36:34 +0000 Subject: Fix for bug #330633 svn path=/trunk/; revision=32312 --- calendar/gui/e-timezone-entry.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'calendar/gui/e-timezone-entry.c') diff --git a/calendar/gui/e-timezone-entry.c b/calendar/gui/e-timezone-entry.c index e708a03618..04ee657f92 100644 --- a/calendar/gui/e-timezone-entry.c +++ b/calendar/gui/e-timezone-entry.c @@ -329,10 +329,10 @@ e_timezone_entry_set_entry (ETimezoneEntry *tentry) gtk_entry_set_text (GTK_ENTRY (priv->entry), name_buffer); - if (!priv->default_zone || (priv->zone != priv->default_zone)) - gtk_widget_show (priv->entry); - else - gtk_widget_hide (priv->entry); + /* do we need to hide the timezone entry at all? i know this overrules the previous case of hiding the timezone + * entry field when we select the default timezone + */ + gtk_widget_show (priv->entry); g_free (name_buffer); } -- cgit v1.2.3