[nautilus-python/wip/jtojnar/nautilus-4] fixup! examples: Drop GConf reference
- From: Jan Tojnar <jtojnar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-python/wip/jtojnar/nautilus-4] fixup! examples: Drop GConf reference
- Date: Wed, 10 Aug 2022 21:15:14 +0000 (UTC)
commit 8f7e134e7c1008564ca6e45d4f9c0eed113a531b
Author: Jan Tojnar <jtojnar gmail com>
Date: Wed Aug 10 23:14:52 2022 +0200
fixup! examples: Drop GConf reference
examples/open-terminal.py | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/examples/open-terminal.py b/examples/open-terminal.py
index c27f9ec..07009ac 100644
--- a/examples/open-terminal.py
+++ b/examples/open-terminal.py
@@ -6,6 +6,9 @@ from gi.repository import Nautilus, GObject
class OpenTerminalExtension(Nautilus.MenuProvider, GObject.GObject):
+ def __init__(self):
+ pass
+
def _open_terminal(self, file):
filename = unquote(file.get_uri()[7:])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]