aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/month-view.c
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-08-12 11:55:15 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-08-12 11:55:15 +0800
commitd4e52567181dd4fa1bfcf928ce1151928d25ded2 (patch)
tree83e0eb4bce853850fcf5479359431a62de3fcb42 /calendar/month-view.c
parent4131f00f3470804d007194f2a0c71446074db5bc (diff)
downloadgsoc2013-evolution-d4e52567181dd4fa1bfcf928ce1151928d25ded2.tar
gsoc2013-evolution-d4e52567181dd4fa1bfcf928ce1151928d25ded2.tar.gz
gsoc2013-evolution-d4e52567181dd4fa1bfcf928ce1151928d25ded2.tar.bz2
gsoc2013-evolution-d4e52567181dd4fa1bfcf928ce1151928d25ded2.tar.lz
gsoc2013-evolution-d4e52567181dd4fa1bfcf928ce1151928d25ded2.tar.xz
gsoc2013-evolution-d4e52567181dd4fa1bfcf928ce1151928d25ded2.tar.zst
gsoc2013-evolution-d4e52567181dd4fa1bfcf928ce1151928d25ded2.zip
More work on the month view item - Federico
svn path=/trunk/; revision=311
Diffstat (limited to 'calendar/month-view.c')
-rw-r--r--calendar/month-view.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/calendar/month-view.c b/calendar/month-view.c
index 78eec0c91d..18e96cbf26 100644
--- a/calendar/month-view.c
+++ b/calendar/month-view.c
@@ -64,6 +64,7 @@ month_view_init (MonthView *mv)
"x", 0.0,
"y", 0.0,
"anchor", GTK_ANCHOR_NW,
+ "day_anchor", GTK_ANCHOR_NE,
NULL);
}
@@ -110,9 +111,10 @@ month_view_size_allocate (GtkWidget *widget, GtkAllocation *allocation)
(* GTK_WIDGET_CLASS (parent_class)->size_allocate) (widget, allocation);
gnome_canvas_set_scroll_region (GNOME_CANVAS (mv), 0, 0, allocation->width, allocation->height);
-
+#if 0
gnome_canvas_item_set (mv->mitem,
"width", (double) allocation->width,
"height", (double) allocation->height,
NULL);
+#endif
}