From ede0bf2d88f104d341c5d4a224ecdbc97ae36a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 22 Feb 2016 19:27:09 +0100 Subject: [PATCH] messageList: Add missing import We lost that when code was split out from calendar.js ... --- js/ui/messageList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/messageList.js b/js/ui/messageList.js index 57c829aea..325f5a370 100644 --- a/js/ui/messageList.js +++ b/js/ui/messageList.js @@ -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;