aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/event-page.c
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-04-20 00:22:19 +0800
committerMichael Meeks <michael.meeks@novell.com>2010-04-20 00:22:19 +0800
commit289e749fd74f09772b3b51d9dbe82feba9ff7d44 (patch)
treea7a24235077ba69f67f8634d43d5b85f00676fdf /calendar/gui/dialogs/event-page.c
parent8505a33d996442ba045333883518d744263ead23 (diff)
parentf26a82441354513e83f8e47187a65e0a9a7ad955 (diff)
downloadgsoc2013-evolution-289e749fd74f09772b3b51d9dbe82feba9ff7d44.tar.gz
gsoc2013-evolution-289e749fd74f09772b3b51d9dbe82feba9ff7d44.tar.zst
gsoc2013-evolution-289e749fd74f09772b3b51d9dbe82feba9ff7d44.zip
Merge commit 'origin/express2' into express2
Diffstat (limited to 'calendar/gui/dialogs/event-page.c')
-rw-r--r--calendar/gui/dialogs/event-page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/event-page.c b/calendar/gui/dialogs/event-page.c
index 7627e4af4c..3aa42a48b0 100644
--- a/calendar/gui/dialogs/event-page.c
+++ b/calendar/gui/dialogs/event-page.c
@@ -825,7 +825,7 @@ sensitize_widgets (EventPage *epage)
} else {
gtk_widget_show (priv->calendar_label);
gtk_widget_show (priv->list_box);
- if (e_shell_get_express_mode(e_shell_get_default()))
+ if (!e_shell_get_express_mode(e_shell_get_default()))
gtk_widget_show (priv->attendee_box);
gtk_widget_show (priv->organizer);
gtk_label_set_text_with_mnemonic ((GtkLabel *) priv->org_cal_label, _("Or_ganizer:"));