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:
authorPhilipp Hörist <philipp@hoerist.com>2023-01-07 21:51:49 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-07 21:51:49 +0300
commit1ebaacf9320cc028a14d662659ed798c0572593a (patch)
tree9d4e608d3eb91d174cfa65b932ba5d2a44903b25
parent7d66b4e9f4803301714c13892f325a25b67a5dec (diff)
[now_listen] 1.4.3
Change gtk imports
-rw-r--r--now_listen/gtk/config.py8
-rw-r--r--now_listen/now_listen.py2
-rw-r--r--now_listen/plugin-manifest.json2
3 files changed, 6 insertions, 6 deletions
diff --git a/now_listen/gtk/config.py b/now_listen/gtk/config.py
index 479c40a..b1e73a9 100644
--- a/now_listen/gtk/config.py
+++ b/now_listen/gtk/config.py
@@ -22,10 +22,10 @@ from gi.repository import Gtk
from gajim.plugins.plugins_i18n import _
-from gajim.gui.const import Setting
-from gajim.gui.const import SettingKind
-from gajim.gui.const import SettingType
-from gajim.gui.settings import SettingsDialog
+from gajim.gtk.const import Setting
+from gajim.gtk.const import SettingKind
+from gajim.gtk.const import SettingType
+from gajim.gtk.settings import SettingsDialog
if TYPE_CHECKING:
from ..now_listen import NowListenPlugin
diff --git a/now_listen/now_listen.py b/now_listen/now_listen.py
index 78c5995..2111a03 100644
--- a/now_listen/now_listen.py
+++ b/now_listen/now_listen.py
@@ -26,7 +26,7 @@ from gi.repository import GObject
from nbxmpp.structs import TuneData
-from gajim.gui.message_input import MessageInputTextView
+from gajim.gtk.message_input import MessageInputTextView
from gajim.plugins import GajimPlugin
from gajim.plugins.plugins_i18n import _
diff --git a/now_listen/plugin-manifest.json b/now_listen/plugin-manifest.json
index 7e7bef9..76de6b4 100644
--- a/now_listen/plugin-manifest.json
+++ b/now_listen/plugin-manifest.json
@@ -14,5 +14,5 @@
"gajim>=1.5.0"
],
"short_name": "now_listen",
- "version": "1.4.2"
+ "version": "1.4.3"
} \ No newline at end of file