aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/event-page.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/dialogs/event-page.c')
-rw-r--r--calendar/gui/dialogs/event-page.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/event-page.c b/calendar/gui/dialogs/event-page.c
index 7a595000a8..0975bb02ee 100644
--- a/calendar/gui/dialogs/event-page.c
+++ b/calendar/gui/dialogs/event-page.c
@@ -161,6 +161,7 @@ struct _EventPagePrivate {
GtkWidget *remove;
GtkWidget *edit;
GtkWidget *invite;
+ GtkWidget *invite_label;
GtkWidget *attendees_label;
/* ListView stuff */
@@ -2251,6 +2252,12 @@ get_widgets (EventPage *epage)
priv->info_string = GW ("generic-info-msgs");
priv->invite = GW ("invite");
+ priv->invite_label = GW ("invite-label");
+ if (comp_editor_get_lite ())
+ gtk_widget_hide (priv->invite);
+ else
+ gtk_widget_hide (priv->invite_label);
+
priv->add = GW ("add-attendee");
priv->remove = GW ("remove-attendee");
priv->edit = GW ("edit-attendee");