aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHavoc Pennington <hp@src.gnome.org>1998-11-24 02:08:23 +0800
committerHavoc Pennington <hp@src.gnome.org>1998-11-24 02:08:23 +0800
commit9926c18e0410ce42116d2db3b5e969fb65c7aad5 (patch)
tree6d4e8b3b3bbbcc34e7ec7be30bc65e2db26d89b3
parentd88fa11ae3137167aebe1990a6f108e243046832 (diff)
downloadgsoc2013-evolution-9926c18e0410ce42116d2db3b5e969fb65c7aad5.tar
gsoc2013-evolution-9926c18e0410ce42116d2db3b5e969fb65c7aad5.tar.gz
gsoc2013-evolution-9926c18e0410ce42116d2db3b5e969fb65c7aad5.tar.bz2
gsoc2013-evolution-9926c18e0410ce42116d2db3b5e969fb65c7aad5.tar.lz
gsoc2013-evolution-9926c18e0410ce42116d2db3b5e969fb65c7aad5.tar.xz
gsoc2013-evolution-9926c18e0410ce42116d2db3b5e969fb65c7aad5.tar.zst
gsoc2013-evolution-9926c18e0410ce42116d2db3b5e969fb65c7aad5.zip
Ditto
svn path=/trunk/; revision=482
-rw-r--r--calendar/eventedit.c2
-rw-r--r--calendar/gui/eventedit.c2
2 files changed, 4 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);
diff --git a/calendar/gui/eventedit.c b/calendar/gui/eventedit.c
index ed9f03f850..a24f2e2101 100644
--- a/calendar/gui/eventedit.c
+++ b/calendar/gui/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);