GNOME Bugzilla – Bug 694336
messageTray: Fix warning when opening the tray
Last modified: 2013-02-21 16:55:24 UTC
As the tray hover handler will call _cancelTrayDwell, we need to ensure this variable is initialized even if tray dwelling isn't.
Created attachment 237014 [details] [review] messageTray: Fix warning when opening the tray
Review of attachment 237014 [details] [review]: Makes more sense to initialize it in _init then.
Attachment 237014 [details] pushed as 7b06d34 - messageTray: Fix warning when opening the tray
(In reply to comment #3) > Attachment 237014 [details] pushed as 7b06d34 - messageTray: Fix warning when opening the > tray Next time when you decide to ignore review comments leave a comment in the bug so others can understand why.
It was commited by mistake, sorry. Backed out now.
(In reply to comment #5) > It was commited by mistake, sorry. Backed out now. Just move it to init and be done with it.