** Fix for bug #524121

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.


svn path=/trunk/; revision=35427
This commit is contained in:
Milan Crha
2008-04-28 08:46:23 +00:00
committed by Milan Crha
parent 29d5ce762e
commit 582233e1de
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
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.
2008-04-25 Danny Baumann <dannybaumann@web.de>
** Fix for bug #529893

View File

@ -881,7 +881,7 @@ copy_row_cb (int model_row, gpointer data)
icalcomponent_new_clone (child));
icalcomponent_free (child);
}
g_free (child);
g_free (comp_str);
}
/**