GNOME Bugzilla – Bug 644043
Fix removing summary items
Last modified: 2011-03-07 16:19:05 UTC
Unset this._expandedSummaryItem if it is the summary item that is being removed. This avoids "this._sourceTitle.clutter_text is null" error. Destroy the summary item actor only after calling _unsetClickedSummaryItem() that disconnects from one of its signals.
Created attachment 182636 [details] [review] Fix removing summary items