aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/event-page.c
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2009-08-07 11:32:17 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-12 03:48:04 +0800
commit46cc80aa8c6579a8badb79e719bd9aec29220e9f (patch)
tree702642f7b2dff8845bd9013d5a50b5ccca0d9c54 /calendar/gui/dialogs/event-page.c
parent50302d03b3ce145b165db2ddef4e92ad190cbef9 (diff)
downloadgsoc2013-evolution-46cc80aa8c6579a8badb79e719bd9aec29220e9f.tar
gsoc2013-evolution-46cc80aa8c6579a8badb79e719bd9aec29220e9f.tar.gz
gsoc2013-evolution-46cc80aa8c6579a8badb79e719bd9aec29220e9f.tar.bz2
gsoc2013-evolution-46cc80aa8c6579a8badb79e719bd9aec29220e9f.tar.lz
gsoc2013-evolution-46cc80aa8c6579a8badb79e719bd9aec29220e9f.tar.xz
gsoc2013-evolution-46cc80aa8c6579a8badb79e719bd9aec29220e9f.tar.zst
gsoc2013-evolution-46cc80aa8c6579a8badb79e719bd9aec29220e9f.zip
Changes for having a light version of calendar.
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 c48fe3cb79..4b0962228b 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 */
@@ -2259,6 +2260,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");