GNOME Bugzilla – Bug 781455
lokview: LOKDocView.View.new accepts 2 arguments, not 3
Last modified: 2017-04-18 16:59:32 UTC
With SpiderMonkey 38 and the gjs-1.48.x, I see these when using LOKDocView: JS WARNING: [resource:///org/gnome/Documents/js/lokview.js 133]: Too many arguments to function LOKDocView.new: expected 2, got 3 The C API looks like this: GtkWidget *lok_doc_view_new (const gchar* pPath, GCancellable *cancellable, GError **error)
Created attachment 350008 [details] [review] lokview: LOKDocView.View.new accepts 2 arguments, not 3
Review of attachment 350008 [details] [review]: Thanks, looks good.