Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2020-12-06 15:22:33 +0300
committerlovetox <philipp@hoerist.com>2020-12-06 15:22:45 +0300
commit5b763716a606c9684ff28aa5973fabeb759d0af6 (patch)
tree288ae93629dd4420cb8dfca6da16ddb8f603469f /now_listen
parentb8548cbcd3c63e1414bb9a06a628c69128bdefde (diff)
Make imports GUI agnostic
Diffstat (limited to 'now_listen')
-rw-r--r--now_listen/gtk/config.py8
-rw-r--r--now_listen/manifest.ini2
2 files changed, 5 insertions, 5 deletions
diff --git a/now_listen/gtk/config.py b/now_listen/gtk/config.py
index b62f19f..74c1307 100644
--- a/now_listen/gtk/config.py
+++ b/now_listen/gtk/config.py
@@ -15,10 +15,10 @@
from gi.repository import Gtk
-from gajim.gtk.settings import SettingsDialog
-from gajim.gtk.settings import SettingKind
-from gajim.gtk.const import Setting
-from gajim.gtk.const import SettingType
+from gajim.gui.settings import SettingsDialog
+from gajim.gui.settings import SettingKind
+from gajim.gui.const import Setting
+from gajim.gui.const import SettingType
from gajim.plugins.plugins_i18n import _
diff --git a/now_listen/manifest.ini b/now_listen/manifest.ini
index 895a388..221090e 100644
--- a/now_listen/manifest.ini
+++ b/now_listen/manifest.ini
@@ -1,7 +1,7 @@
[info]
name: Now Listen
short_name: now_listen
-version: 1.3.1
+version: 1.3.2
description: Allows you to paste info about the music you are playing (use by pressing Alt+N in the message input).
authors = Denis Fomin <fominde@gmail.com>
homepage = https://dev.gajim.org/gajim/gajim-plugins/wikis/NowListenPlugin