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 658524 - messageTray: store notifications and signal ids in an array of objects in SummaryItem
messageTray: store notifications and signal ids in an array of objects in Sum...
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-09-08 04:55 UTC by Marina Zhurakhinskaya
Modified: 2011-09-08 18:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
messageTray: store notifications and signal ids in an array of objects in SummaryItem (5.92 KB, patch)
2011-09-08 04:55 UTC, Marina Zhurakhinskaya
committed Details | Review

Description Marina Zhurakhinskaya 2011-09-08 04:55:23 UTC
The code is cleaner that way. It also allows us to find the notification object
after the notification actor is destroyed and disconnect the signals.
Comment 1 Marina Zhurakhinskaya 2011-09-08 04:55:26 UTC
Created attachment 195947 [details] [review]
messageTray: store notifications and signal ids in an array of objects in SummaryItem
Comment 2 Dan Winship 2011-09-08 16:23:55 UTC
Comment on attachment 195947 [details] [review]
messageTray: store notifications and signal ids in an array of objects in SummaryItem

ok