diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-02-02 16:07:39 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-02-02 16:07:39 +0800 |
commit | c366eaafc3e9e3aa55d3b3b793964d1b9570a5db (patch) | |
tree | ad4eb9a4ce3ff3fbb6c73ba2c9b9c01b71c8b220 /calendar/gui/e-week-view.c | |
parent | 9c2e592707b4290e72868136163f427da640b684 (diff) | |
download | gsoc2013-evolution-c366eaafc3e9e3aa55d3b3b793964d1b9570a5db.tar.gz gsoc2013-evolution-c366eaafc3e9e3aa55d3b3b793964d1b9570a5db.tar.zst gsoc2013-evolution-c366eaafc3e9e3aa55d3b3b793964d1b9570a5db.zip |
Skip setting the "font_gdk" arg for now.
2003-02-02 Hans Petter Jansson <hpj@ximian.com>
* gui/e-day-view.c (e_day_view_set_event_font_cb): Skip setting the
"font_gdk" arg for now.
(e_day_view_update_main_canvas_drag): Ditto.
* gui/e-week-view.c (e_week_view_style_set): Ditto.
* gui/weekday-picker.c (configure_items): Ditto.
* gui/dialogs/event-page.c (get_widgets): Show custom widgets
manually, since the visibility specified in the Glade XML appears
to not have any effect.
* gui/dialogs/recurrence-page.c (get_widgets): Ditto.
svn path=/trunk/; revision=19706
Diffstat (limited to 'calendar/gui/e-week-view.c')
-rw-r--r-- | calendar/gui/e-week-view.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c index a5c8f3b656..8996aa9c8e 100644 --- a/calendar/gui/e-week-view.c +++ b/calendar/gui/e-week-view.c @@ -744,6 +744,7 @@ e_week_view_style_set (GtkWidget *widget, week_view->pm_string_width = get_string_width (layout, week_view->pm_string); +#if 0 /* Set the font of all the EText items. */ if (week_view->spans) { for (span_num = 0; span_num < week_view->spans->len; @@ -756,6 +757,7 @@ e_week_view_style_set (GtkWidget *widget, NULL); } } +#endif g_object_unref (layout); } |