mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
messageList: Add missing import
We lost that when code was split out from calendar.js ...
This commit is contained in:
parent
893bfdf85f
commit
ede0bf2d88
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
const Atk = imports.gi.Atk;
|
||||
const Clutter = imports.gi.Clutter;
|
||||
const Gio = imports.gi.Gio;
|
||||
const GLib = imports.gi.GLib;
|
||||
const GObject = imports.gi.GObject;
|
||||
const Lang = imports.lang;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue