GNOME Bugzilla – Bug 745470
Warning in launch-new-instance plugin: undeclared variable activateOriginal
Last modified: 2015-03-02 20:05:49 UTC
Shows up in the log during Gnome Classic startup Mar 02 08:21:59 continuoustest gnome-session[575]: Gjs-Message: JS WARNING: [/usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com/extension.js 9]: assignment to undeclared variable _activateOriginal gnome-shell-extentions 3.15.90-12-g7afdb541ce547f74f6f9aa40008f073570ecb8d7
The following fix has been pushed: c69ea80 launch-new-instance: Fix warning
Created attachment 298344 [details] [review] launch-new-instance: Fix warning Commit 2667b9f3e58 updated the extension for a shell change that renamed _onActivate() to _activate, but forgot to also rename the declaration of the variable that stores the original function. Fix this to stop a warning about assignment to an undefined variable.