From 7afdc03507e0aa95f177f8a7c95086de5cfcc06c Mon Sep 17 00:00:00 2001 From: Necoro <> Date: Mon, 22 Oct 2007 22:27:29 +0000 Subject: bundled shm module --- portato/gui/gtk/windows.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'portato/gui/gtk/windows.py') diff --git a/portato/gui/gtk/windows.py b/portato/gui/gtk/windows.py index e3bf133..b17c00c 100644 --- a/portato/gui/gtk/windows.py +++ b/portato/gui/gtk/windows.py @@ -23,7 +23,7 @@ from subprocess import Popen from gettext import lgettext as _ # our backend stuff -from ... import listener, plugin +from ... import get_listener, plugin from ...helper import debug, warning, error, unique_array from ...constants import CONFIG_LOCATION, VERSION, APP_ICON, DATA_DIR from ...backend import flags, system @@ -335,7 +335,7 @@ class PreferenceWindow (AbstractDialog): self.cfg.set("consolefont", font, section = "GTK") self.set_console_font(font) - gtk.link_button_set_uri_hook(lambda btn, x: listener.send_cmd([self.cfg.get("browserCmd", section = "GUI"), btn.get_uri()])) + gtk.link_button_set_uri_hook(lambda btn, x: get_listener().send_cmd([self.cfg.get("browserCmd", section = "GUI"), btn.get_uri()])) def cb_ok_clicked(self, button): """Saves, writes to config-file and closes the window.""" @@ -912,7 +912,7 @@ class MainWindow (Window): raise self.cfg.modify_external_configs() - gtk.link_button_set_uri_hook(lambda btn, x: listener.send_cmd([self.cfg.get("browserCmd", section = "GUI"), btn.get_uri()])) + gtk.link_button_set_uri_hook(lambda btn, x: get_listener().send_cmd([self.cfg.get("browserCmd", section = "GUI"), btn.get_uri()])) gtk.about_dialog_set_url_hook(lambda *args: True) # dummy - if not set link is not set as link; if link is clicked the normal uuri_hook is called too - thus do not call browser here # set plugins and plugin-menu -- cgit v1.2.3-70-g09d2 m class='right' method='get' action='/feed2imap-go.git/log/.editorconfig'>
path: root/.editorconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-07FixRené 'Necoro' Neumann1-1/+1
2020-05-07Unified publishedDate and updatedDate into one (just as the old feed2imap...)René 'Necoro' Neumann5-21/+32
2020-05-06Print version during startupRené 'Necoro' Neumann1-1/+1
2020-05-06Improve templateRené 'Necoro' Neumann3-20/+28
2020-05-05Fix pipelineRené 'Necoro' Neumann1-2/+5
2020-05-05Make changelog a part of the release pipeline (untested)René 'Necoro' Neumann2-0/+12