GNOME Bugzilla – Bug 654349
Port to new GJS array and callback interface
Last modified: 2011-08-08 21:21:49 UTC
A lot of changes happened in gjs recently, the most important being that length must not be passed to functions expecting arrays. This affects the notification-daemon component, when apps use custom icons. Other changes could be to remove various ad-hoc wrappers in shell-util, given that now multiple callbacks are implemented.
Created attachment 191637 [details] [review] Fix methods that take array arguments Length parameter is no longer required in current GJS. Fix that.
Comment on attachment 191637 [details] [review] Fix methods that take array arguments Attachment 191637 [details] pushed as 6773664 - Fix methods that take array arguments Keeping open in case there is something else we can or need to do
I think we're good on this now.