evolution r36460 - in trunk/calendar: . gui



Author: mcrha
Date: Fri Sep 26 09:12:41 2008
New Revision: 36460
URL: http://svn.gnome.org/viewvc/evolution?rev=36460&view=rev

Log:
2008-09-26  Milan Crha  <mcrha redhat com>

	** Fix for bug #553297

	* gui/e-day-view.c: (e_day_view_on_editing_stopped):
	Do not try to access uninitialized variables.



Modified:
   trunk/calendar/ChangeLog
   trunk/calendar/gui/e-day-view.c

Modified: trunk/calendar/gui/e-day-view.c
==============================================================================
--- trunk/calendar/gui/e-day-view.c	(original)
+++ trunk/calendar/gui/e-day-view.c	Fri Sep 26 09:12:41 2008
@@ -6321,6 +6321,9 @@
 
 				if (mod == CALOBJ_MOD_THIS) {
 					ECalComponentDateTime olddt, dt;
+					icaltimetype itt;
+
+					dt.value = &itt;
 
 					e_cal_component_get_dtstart (comp, &olddt);
 					if (olddt.value->zone) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]