Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
SUSE:SLE-12-SP4:GA
gnome-shell
gnome-shell-portalhelper-Fix-auth-URI-not-being...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gnome-shell-portalhelper-Fix-auth-URI-not-being-passed-to-window.patch of Package gnome-shell
From aa08bd75d086d275aab41f829e3ea40dbce7e9e9 Mon Sep 17 00:00:00 2001 From: Bastien Nocera <hadess@hadess.net> Date: Wed, 31 May 2017 16:03:16 +0200 Subject: portalHelper: Fix auth URI not being passed to window Gjs-Message: JS WARNING: [resource:///org/gnome/shell/portalHelper/main.js 360]: reference to undefined property top.uri is caused by the URI variable actually being called "url". https://bugzilla.gnome.org/show_bug.cgi?id=783286 --- js/portalHelper/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/portalHelper/main.js b/js/portalHelper/main.js index 39e0c2b..31ae969 100644 --- a/js/portalHelper/main.js +++ b/js/portalHelper/main.js @@ -357,7 +357,7 @@ const WebPortalHelper = new Lang.Class({ if (top.window != null) return; - top.window = new PortalWindow(this, top.uri, top.timestamp, Lang.bind(this, function(result) { + top.window = new PortalWindow(this, top.url, top.timestamp, Lang.bind(this, function(result) { this._dbusImpl.emit_signal('Done', new GLib.Variant('(ou)', [top.connection, result])); })); }, -- cgit v0.12
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor