evolution r35592 - in branches/gnome-2-22/calendar: . gui
- From: jeffcai svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r35592 - in branches/gnome-2-22/calendar: . gui
- Date: Wed, 4 Jun 2008 08:15:38 +0000 (UTC)
Author: jeffcai
Date: Wed Jun 4 08:15:38 2008
New Revision: 35592
URL: http://svn.gnome.org/viewvc/evolution?rev=35592&view=rev
Log:
2008-06-04 Shuai Liu<shuai liu sun com>
* gui/tasks-component.c: (destroy_component_view):
** 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:
branches/gnome-2-22/calendar/ChangeLog
branches/gnome-2-22/calendar/gui/tasks-component.c
Modified: branches/gnome-2-22/calendar/gui/tasks-component.c
==============================================================================
--- branches/gnome-2-22/calendar/gui/tasks-component.c (original)
+++ branches/gnome-2-22/calendar/gui/tasks-component.c Wed Jun 4 08:15:38 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]