GNOME Bugzilla – Bug 663278
pos is undefined
Last modified: 2011-11-06 21:55:50 UTC
JS ERROR: !!! Exception was: ReferenceError: pos is not defined JS ERROR: !!! lineNumber = '1324' JS ERROR: !!! fileName = '"/home/jstpierre/Source/gnome3/install/share/gnome-shell/js/ui/status/network.js"' JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/home/jstpierre/Source/gnome3/install/share/gnome-shell/js/ui/status/network.js:1324 "' JS ERROR: !!! message = '"pos is not defined"'
Created attachment 200574 [details] [review] NetworkMenu: fix regression in access-point-removed When changing _findNetwork with _findExistingNetwork, I changed the return value to avoid searching twice for the access point, and changed some names. Except that I forgot to update all points wehre those names were used.
Review of attachment 200574 [details] [review]: Fixes the bug. Looks good.
"wehre" in the commit message, and don't start a sentence with "Except": ... and changed some names. I forgot to update all the places where those names were used.
Introduced by the fix for bug 651378, it seems.
Attachment 200574 [details] pushed as 43f53a7 - NetworkMenu: fix regression in access-point-removed -- Pushed for Giovanni.