aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/weekday-picker.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/weekday-picker.c')
-rw-r--r--calendar/gui/weekday-picker.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/weekday-picker.c b/calendar/gui/weekday-picker.c
index f4311574fd..67e4a12ea2 100644
--- a/calendar/gui/weekday-picker.c
+++ b/calendar/gui/weekday-picker.c
@@ -298,7 +298,9 @@ configure_items (WeekdayPicker *wp)
c = g_strndup (str + day, 1);
gnome_canvas_item_set (priv->labels[i],
"text", c,
+#if 0
"font_gdk", gtk_style_get_font (gtk_widget_get_style (GTK_WIDGET (wp))),
+#endif
"x", (double) (i * box_width) + box_width / 2.0,
"y", (double) (1 + PADDING),
"anchor", GTK_ANCHOR_N,