evolution r36898 - in trunk/calendar: . gui



Author: mcrha
Date: Mon Dec 15 12:25:48 2008
New Revision: 36898
URL: http://svn.gnome.org/viewvc/evolution?rev=36898&view=rev

Log:
2008-12-15  Milan Crha  <mcrha redhat com>

	** Fix for bug #540181

	* gui/tasks-component.c: (destroy_component_view):
	Do not touch already freed object.



Modified:
   trunk/calendar/ChangeLog
   trunk/calendar/gui/tasks-component.c

Modified: trunk/calendar/gui/tasks-component.c
==============================================================================
--- trunk/calendar/gui/tasks-component.c	(original)
+++ trunk/calendar/gui/tasks-component.c	Mon Dec 15 12:25:48 2008
@@ -1076,7 +1076,6 @@
 {
 	GList *l;
 
-	g_signal_handlers_disconnect_by_func (component_view->table, G_CALLBACK (table_selection_change_cb), component_view);
 	g_signal_handlers_disconnect_matched (component_view->model, G_SIGNAL_MATCH_DATA, 0, 0, 0, 0, component_view);
 
 	if (component_view->source_list)



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