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 673189 - layout: Fix an accidental undefined variable error
layout: Fix an accidental undefined variable error
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-03-30 15:16 UTC by Jasper St. Pierre (not reading bugmail)
Modified: 2012-10-11 22:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
layout: Fix an accidental undefined variable error (1.03 KB, patch)
2012-03-30 15:16 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review

Description Jasper St. Pierre (not reading bugmail) 2012-03-30 15:16:13 UTC
Just a quick fix. I noticed this error while looking through layout.js -- I've
never seen it in practice, so the reparenting might just be "dead" code...
Comment 1 Jasper St. Pierre (not reading bugmail) 2012-03-30 15:16:15 UTC
Created attachment 210970 [details] [review]
layout: Fix an accidental undefined variable error

The layout code was using actorData without defining it first.
Comment 2 Jasper St. Pierre (not reading bugmail) 2012-10-11 22:25:48 UTC
Attachment 210970 [details] pushed as 651030b - layout: Fix an accidental undefined variable error


Pushed this, thinking it wouldn't cost us much. Some extensions have been
hitting this.