evolution r36461 - in branches/gnome-2-24/calendar: . gui
- From: mcrha svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36461 - in branches/gnome-2-24/calendar: . gui
- Date: Fri, 26 Sep 2008 09:12:52 +0000 (UTC)
Author: mcrha
Date: Fri Sep 26 09:12:51 2008
New Revision: 36461
URL: http://svn.gnome.org/viewvc/evolution?rev=36461&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:
branches/gnome-2-24/calendar/ChangeLog
branches/gnome-2-24/calendar/gui/e-day-view.c
Modified: branches/gnome-2-24/calendar/gui/e-day-view.c
==============================================================================
--- branches/gnome-2-24/calendar/gui/e-day-view.c (original)
+++ branches/gnome-2-24/calendar/gui/e-day-view.c Fri Sep 26 09:12:51 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]