evolution r35591 - in trunk/calendar: . gui
- From: jeffcai svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r35591 - in trunk/calendar: . gui
- Date: Wed, 4 Jun 2008 07:20:24 +0000 (UTC)
Author: jeffcai
Date: Wed Jun 4 07:20:24 2008
New Revision: 35591
URL: http://svn.gnome.org/viewvc/evolution?rev=35591&view=rev
Log:
2008-06-04 Shuai Liu <shuai liu sun com>
** Fix for bug #535204
* gui/tasks-component.c: (destroy_component_view):
The tasks objects had been destroyed before the call of destroy_
component in tasks-component.c. No need to call them.
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 Wed Jun 4 07:20:24 2008
@@ -1163,8 +1163,6 @@
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);
- g_signal_handlers_disconnect_by_func (component_view->tasks, G_CALLBACK (source_added_cb), component_view);
- g_signal_handlers_disconnect_by_func (component_view->tasks, G_CALLBACK (source_removed_cb), component_view);
if (component_view->source_list)
g_object_unref (component_view->source_list);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]