diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-04-20 00:22:19 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-04-20 00:22:19 +0800 |
commit | 289e749fd74f09772b3b51d9dbe82feba9ff7d44 (patch) | |
tree | a7a24235077ba69f67f8634d43d5b85f00676fdf /calendar/gui/dialogs/event-page.c | |
parent | 8505a33d996442ba045333883518d744263ead23 (diff) | |
parent | f26a82441354513e83f8e47187a65e0a9a7ad955 (diff) | |
download | gsoc2013-evolution-289e749fd74f09772b3b51d9dbe82feba9ff7d44.tar gsoc2013-evolution-289e749fd74f09772b3b51d9dbe82feba9ff7d44.tar.gz gsoc2013-evolution-289e749fd74f09772b3b51d9dbe82feba9ff7d44.tar.bz2 gsoc2013-evolution-289e749fd74f09772b3b51d9dbe82feba9ff7d44.tar.lz gsoc2013-evolution-289e749fd74f09772b3b51d9dbe82feba9ff7d44.tar.xz 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.c | 2 |
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:")); |