[gnome-documents/wip/lokdocview-rebase: 3/27] lokview: Fix open_document() arguments
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents/wip/lokdocview-rebase: 3/27] lokview: Fix open_document() arguments
- Date: Mon, 4 Jan 2016 12:23:20 +0000 (UTC)
commit 31a94d82e1f68da850c35c34dccadd1680071d3a
Author: Bastien Nocera <hadess hadess net>
Date: Fri Dec 4 15:59:45 2015 +0100
lokview: Fix open_document() arguments
https://bugs.documentfoundation.org/show_bug.cgi?id=96246
src/lokview.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lokview.js b/src/lokview.js
index 2f2199f..c2604f9 100644
--- a/src/lokview.js
+++ b/src/lokview.js
@@ -115,7 +115,7 @@ const LOKView = new Lang.Class({
if (docModel == null && doc != null) {
let [ location, ] = GLib.filename_from_uri (doc.uri);
this._doc = doc;
- this.view.open_document(location, null, Lang.bind(this, this.open_document_cb), null);
+ this.view.open_document(location, "{}", null, Lang.bind(this, this.open_document_cb));
this._progressBar.show();
}
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]