mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import {programInvocationName, programArgs} from 'system';
|
|||
const _ = Gettext.gettext;
|
||||
|
||||
const Config = imports.misc.config;
|
||||
import {loadInterfaceXML} from './fileUtils.js';
|
||||
import {loadInterfaceXML} from '../misc/fileUtils.js';
|
||||
|
||||
const PortalHelperResult = {
|
||||
CANCELLED: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue