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 733540 - Broken PopupImageMenuItem
Broken PopupImageMenuItem
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
3.13.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-07-22 09:42 UTC by Javier Hernández
Modified: 2014-07-23 08:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Replacing addActor with actor.add_child (927 bytes, patch)
2014-07-22 09:42 UTC, Javier Hernández
committed Details | Review

Description Javier Hernández 2014-07-22 09:42:42 UTC
Created attachment 281369 [details] [review]
Replacing addActor with actor.add_child

Hi, 

I've tried to add a 'PopupImageMenuItem' to my GNOME Shell extension and I'm getting "TypeError: this.addActor is not a function".

Here's a simple patch that fixes the issue.

Cheers!
Comment 1 Florian Müllner 2014-07-22 17:51:25 UTC
Review of attachment 281369 [details] [review]:

Yes