aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/eventedit.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/eventedit.c')
-rw-r--r--calendar/eventedit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/eventedit.c b/calendar/eventedit.c
index ed9f03f850..a24f2e2101 100644
--- a/calendar/eventedit.c
+++ b/calendar/eventedit.c
@@ -1387,7 +1387,9 @@ ee_rp_init_exceptions (EventEditor *ee)
ee->recur_ex_clist = widget = gtk_clist_new (1);
gtk_clist_set_selection_mode (GTK_CLIST (widget), GTK_SELECTION_BROWSE);
+#if 0
gtk_clist_set_policy (GTK_CLIST (widget), GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
+#endif
fill_exception_clist (ee);
gtk_box_pack_start (GTK_BOX (hbox), widget, TRUE, TRUE, 0);