After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 644043 - Fix removing summary items
Fix removing summary items
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: message-tray
unspecified
Other All
: Normal normal
: ---
Assigned To: Dan Winship
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-03-06 21:35 UTC by Marina Zhurakhinskaya
Modified: 2011-03-07 16:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix removing summary items (1.93 KB, patch)
2011-03-06 21:35 UTC, Marina Zhurakhinskaya
committed Details | Review

Description Marina Zhurakhinskaya 2011-03-06 21:35:02 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.
Comment 1 Marina Zhurakhinskaya 2011-03-06 21:35:04 UTC
Created attachment 182636 [details] [review]
Fix removing summary items