[gnome-documents/wip/lokdocview-rebase: 13/29] Move the LOKView import next to the EVView one



commit babdb04f9497ae792a354cd587f562bbb327b892
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Dec 4 18:10:45 2015 +0100

    Move the LOKView import next to the EVView one

 src/embed.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/embed.js b/src/embed.js
index 18d46f6..8c69376 100644
--- a/src/embed.js
+++ b/src/embed.js
@@ -33,9 +33,9 @@ const Selections = imports.selections;
 const View = imports.view;
 const WindowMode = imports.windowMode;
 const Documents = imports.documents;
-const LOKView = imports.lokview;
 
 const EvView = imports.gi.EvinceView;
+const LOKView = imports.lokview;
 const Gd = imports.gi.Gd;
 const Gdk = imports.gi.Gdk;
 const Gio = imports.gi.Gio;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]