[gnome-documents/wip/lokdocview-rebase: 8/24] Move the LOKView import next to the EVView one
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents/wip/lokdocview-rebase: 8/24] Move the LOKView import next to the EVView one
- Date: Mon, 4 Jan 2016 12:34:35 +0000 (UTC)
commit f443a4c326c3215a510486725d12d239193786be
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]