portalHelper: Fix import
fileutils.js is in a different directory than the main entry point. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2868>
This commit is contained in:
parent
b172fc6548
commit
57662c1673
@ -11,7 +11,7 @@ import {programInvocationName, programArgs} from 'system';
|
|||||||
const _ = Gettext.gettext;
|
const _ = Gettext.gettext;
|
||||||
|
|
||||||
const Config = imports.misc.config;
|
const Config = imports.misc.config;
|
||||||
import {loadInterfaceXML} from './fileUtils.js';
|
import {loadInterfaceXML} from '../misc/fileUtils.js';
|
||||||
|
|
||||||
const PortalHelperResult = {
|
const PortalHelperResult = {
|
||||||
CANCELLED: 0,
|
CANCELLED: 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user