[gnome-builder] todo: add missing parameter to Workbench.open_uri_async()
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] todo: add missing parameter to Workbench.open_uri_async()
- Date: Sun, 17 Jul 2016 10:21:38 +0000 (UTC)
commit b7154b9b1e1b85ce171c6ff77743ef53b7efcbf5
Author: Christian Hergert <chergert redhat com>
Date: Sun Jul 17 02:16:39 2016 -0700
todo: add missing parameter to Workbench.open_uri_async()
plugins/todo/todo_plugin/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/todo/todo_plugin/__init__.py b/plugins/todo/todo_plugin/__init__.py
index d292b75..e909cc5 100644
--- a/plugins/todo/todo_plugin/__init__.py
+++ b/plugins/todo/todo_plugin/__init__.py
@@ -262,4 +262,4 @@ class TodoPanel(Pnl.DockWidget):
uri.set_fragment('L%u' % max(1, item.props.line - 1))
workbench = self.get_ancestor(Ide.Workbench)
- workbench.open_uri_async(uri, 'editor', None, None, None)
+ workbench.open_uri_async(uri, 'editor', 0, None, None, None)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]