aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-model.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-10-25 02:22:29 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-10-25 02:22:29 +0800
commit5cd755bc7d1779f92bbce5abd3eed0eeb684fce0 (patch)
tree1e19a4aa52310656d3c065ad698151e20f8d1dc2 /calendar/gui/e-meeting-model.c
parent31d99df0f42df0095dbfd3f3b29f0962b97cde4b (diff)
downloadgsoc2013-evolution-5cd755bc7d1779f92bbce5abd3eed0eeb684fce0.tar
gsoc2013-evolution-5cd755bc7d1779f92bbce5abd3eed0eeb684fce0.tar.gz
gsoc2013-evolution-5cd755bc7d1779f92bbce5abd3eed0eeb684fce0.tar.bz2
gsoc2013-evolution-5cd755bc7d1779f92bbce5abd3eed0eeb684fce0.tar.lz
gsoc2013-evolution-5cd755bc7d1779f92bbce5abd3eed0eeb684fce0.tar.xz
gsoc2013-evolution-5cd755bc7d1779f92bbce5abd3eed0eeb684fce0.tar.zst
gsoc2013-evolution-5cd755bc7d1779f92bbce5abd3eed0eeb684fce0.zip
track the spacer vbox (e_meeting_time_selector_style_set): make sure the
2001-10-24 JP Rosevear <jpr@ximian.com> * gui/e-meeting-time-sel.c (e_meeting_time_selector_construct): track the spacer vbox (e_meeting_time_selector_style_set): make sure the rows are the correct size for the style * gui/e-meeting-time-sel-item.c (e_meeting_time_selector_item_paint_day_top): slight adjustments to where the text is drawn * gui/e-meeting-time-sel.h: new member * gui/e-meeting-model.c (build_etable): ensure uniform row height * conduits/todo/todo-conduit.c (comp_from_remote_record): mark status as completed in appropriate places and don't overwrite legitimate percentages and such svn path=/trunk/; revision=13989
Diffstat (limited to 'calendar/gui/e-meeting-model.c')
-rw-r--r--calendar/gui/e-meeting-model.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-meeting-model.c b/calendar/gui/e-meeting-model.c
index f787896801..24e8913431 100644
--- a/calendar/gui/e-meeting-model.c
+++ b/calendar/gui/e-meeting-model.c
@@ -740,6 +740,7 @@ build_etable (ETableModel *model, const gchar *spec_file, const gchar *state_fil
etable = e_table_scrolled_new_from_spec_file (model, extras, spec_file, NULL);
real_table = e_table_scrolled_get_table (E_TABLE_SCROLLED (etable));
+ gtk_object_set (GTK_OBJECT (real_table), "uniform_row_height", TRUE, NULL);
e_table_load_state (real_table, state_file);
#if 0