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:
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