aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/control-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/control-factory.c')
-rw-r--r--calendar/gui/control-factory.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/control-factory.c b/calendar/gui/control-factory.c
index c245c983b9..191a8d85ea 100644
--- a/calendar/gui/control-factory.c
+++ b/calendar/gui/control-factory.c
@@ -93,6 +93,9 @@ get_prop (BonoboPropertyBag *bag,
case GNOME_CAL_MONTH_VIEW:
BONOBO_ARG_SET_STRING (arg, "month");
break;
+ case GNOME_CAL_LIST_VIEW:
+ BONOBO_ARG_SET_STRING (arg, "list");
+ break;
}
break;