aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2004-07-10 01:31:22 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-07-10 01:31:22 +0800
commit991e6790184c21f39e27047ef165c5da3703b4c8 (patch)
tree76a2a1299e26a76a5037dfe29904eba00061d5b8 /calendar/ChangeLog
parente7d4adf60e290fe78c024b3d6585a088bad969b2 (diff)
downloadgsoc2013-evolution-991e6790184c21f39e27047ef165c5da3703b4c8.tar
gsoc2013-evolution-991e6790184c21f39e27047ef165c5da3703b4c8.tar.gz
gsoc2013-evolution-991e6790184c21f39e27047ef165c5da3703b4c8.tar.bz2
gsoc2013-evolution-991e6790184c21f39e27047ef165c5da3703b4c8.tar.lz
gsoc2013-evolution-991e6790184c21f39e27047ef165c5da3703b4c8.tar.xz
gsoc2013-evolution-991e6790184c21f39e27047ef165c5da3703b4c8.tar.zst
gsoc2013-evolution-991e6790184c21f39e27047ef165c5da3703b4c8.zip
Revert my patches from July 5th and 6th.
2004-07-09 Rodrigo Moya <rodrigo@novell.com> Revert my patches from July 5th and 6th. * gui/gnome-cal.c (gnome_calendar_init): call setup_config/widgets in the previous order. (setup_widgets): set the timezone on the views when creating them. (set_timezone): no need to set the timezone on the views here. (client_cal_opened_cb): removed call to set_timezone(). svn path=/trunk/; revision=26613
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 7f3060190a..8be279405a 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,13 @@
+2004-07-09 Rodrigo Moya <rodrigo@novell.com>
+
+ Revert my patches from July 5th and 6th.
+
+ * gui/gnome-cal.c (gnome_calendar_init): call setup_config/widgets
+ in the previous order.
+ (setup_widgets): set the timezone on the views when creating them.
+ (set_timezone): no need to set the timezone on the views here.
+ (client_cal_opened_cb): removed call to set_timezone().
+
2004-07-09 Rodney Dawes <dobey@novell.com>
* gui/e-day-view-top-item.c (e_day_view_top_item_draw_triangle):
@@ -8,7 +18,7 @@
* gui/e-week-view-event-item.c (e_week_view_event_item_draw_triangle):
Draw the left/right triangles with the right color for the event
Fix a small alignment bug with the triangle points
-
+
2004-07-09 Rodrigo Moya <rodrigo@novell.com>
Fixes #60289