diff options
author | Havoc Pennington <hp@src.gnome.org> | 1998-11-24 02:08:23 +0800 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 1998-11-24 02:08:23 +0800 |
commit | 9926c18e0410ce42116d2db3b5e969fb65c7aad5 (patch) | |
tree | 6d4e8b3b3bbbcc34e7ec7be30bc65e2db26d89b3 /calendar/gui | |
parent | d88fa11ae3137167aebe1990a6f108e243046832 (diff) | |
download | gsoc2013-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
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/eventedit.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |