Skip to content
This repository has been archived by the owner on Mar 11, 2018. It is now read-only.

Commit

Permalink
fix missing GLib import
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes committed Aug 11, 2017
1 parent ab116b1 commit 3efeae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const Lang = imports.lang;
const Gettext = imports.gettext.domain('gnome-shell-extension-mconnect');
const _ = Gettext.gettext;
const Gio = imports.gi.Gio;
const GLib = imports.gi.GLib;
const GObject = imports.gi.GObject;
const Gtk = imports.gi.Gtk;

Expand Down

0 comments on commit 3efeae1

Please sign in to comment.