aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-calendar-item.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-01-13 22:58:21 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-01-15 04:58:16 +0800
commita4d8c30310cfcd95a54153930336ff8196adde76 (patch)
treeedb331107ef6b418be65bf34be0bbf8f78387222 /widgets/misc/e-calendar-item.c
parentd47adb5922a262effdd14c1c50bb0a3660088798 (diff)
downloadgsoc2013-evolution-a4d8c30310cfcd95a54153930336ff8196adde76.tar
gsoc2013-evolution-a4d8c30310cfcd95a54153930336ff8196adde76.tar.gz
gsoc2013-evolution-a4d8c30310cfcd95a54153930336ff8196adde76.tar.bz2
gsoc2013-evolution-a4d8c30310cfcd95a54153930336ff8196adde76.tar.lz
gsoc2013-evolution-a4d8c30310cfcd95a54153930336ff8196adde76.tar.xz
gsoc2013-evolution-a4d8c30310cfcd95a54153930336ff8196adde76.tar.zst
gsoc2013-evolution-a4d8c30310cfcd95a54153930336ff8196adde76.zip
Merge miscellaneous changes from gtk3 branch.
Mostly coding style and whitespace changes, to reduce diff noise.
Diffstat (limited to 'widgets/misc/e-calendar-item.c')
-rw-r--r--widgets/misc/e-calendar-item.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/widgets/misc/e-calendar-item.c b/widgets/misc/e-calendar-item.c
index 6afe62d381..e34e0d4428 100644
--- a/widgets/misc/e-calendar-item.c
+++ b/widgets/misc/e-calendar-item.c
@@ -1351,9 +1351,9 @@ e_calendar_item_draw_month (ECalendarItem *calitem,
cairo_restore (cr);
}
- e_calendar_item_draw_day_numbers (calitem, drawable, width, height,
- row, col, year, month, start_weekday,
- cells_x, cells_y);
+ e_calendar_item_draw_day_numbers (
+ calitem, drawable, width, height, row, col,
+ year, month, start_weekday, cells_x, cells_y);
g_object_unref (layout);
cairo_destroy (cr);