evolution r35428 - in branches/gnome-2-22/calendar: . gui



Author: mcrha
Date: Mon Apr 28 08:46:44 2008
New Revision: 35428
URL: http://svn.gnome.org/viewvc/evolution?rev=35428&view=rev

Log:
2008-04-28  Milan Crha  <mcrha redhat com>

	** Fix for bug #524121

	* gui/e-calendar-table.c: (copy_row_cb):
	Fixing typo from patch for bug #516408.



Modified:
   branches/gnome-2-22/calendar/ChangeLog
   branches/gnome-2-22/calendar/gui/e-calendar-table.c

Modified: branches/gnome-2-22/calendar/gui/e-calendar-table.c
==============================================================================
--- branches/gnome-2-22/calendar/gui/e-calendar-table.c	(original)
+++ branches/gnome-2-22/calendar/gui/e-calendar-table.c	Mon Apr 28 08:46:44 2008
@@ -881,7 +881,7 @@
 					     icalcomponent_new_clone (child));
 		icalcomponent_free (child);
 	}
-	g_free (child);
+	g_free (comp_str);
 }
 
 /**



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