From 5cd755bc7d1779f92bbce5abd3eed0eeb684fce0 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 24 Oct 2001 18:22:29 +0000 Subject: track the spacer vbox (e_meeting_time_selector_style_set): make sure the 2001-10-24 JP Rosevear * 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 --- calendar/gui/e-meeting-time-sel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'calendar/gui/e-meeting-time-sel.h') diff --git a/calendar/gui/e-meeting-time-sel.h b/calendar/gui/e-meeting-time-sel.h index 5d9911d24a..1e31d899ea 100644 --- a/calendar/gui/e-meeting-time-sel.h +++ b/calendar/gui/e-meeting-time-sel.h @@ -119,7 +119,8 @@ struct _EMeetingTimeSelector title bar packed at the end. Extra widgets can be added here with PACK_START if necessary. */ GtkWidget *attendees_vbox; - + GtkWidget *attendees_vbox_spacer; + /* The etable and model */ EMeetingModel *model; GtkWidget *etable; -- cgit v1.2.3