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:50:24 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-07 21:50:24 +0300
commitd768ab158f4261ee08b19724b12ad2ce094e3929 (patch)
tree6abb68e3c530a822bb5f503c2f34fb1151f19038
parent208ab4c24f64957bed3a0727ca4797264abcad63 (diff)
[length_notifier] 1.4.8
Change gtk imports
-rw-r--r--length_notifier/config_dialog.py10
-rw-r--r--length_notifier/length_notifier.py4
-rw-r--r--length_notifier/plugin-manifest.json2
3 files changed, 8 insertions, 8 deletions
diff --git a/length_notifier/config_dialog.py b/length_notifier/config_dialog.py
index 7e1c096..b25e8af 100644
--- a/length_notifier/config_dialog.py
+++ b/length_notifier/config_dialog.py
@@ -21,11 +21,11 @@ from typing import TYPE_CHECKING
from gi.repository import GObject
from gi.repository import Gtk
-from gajim.gui.settings import SettingsDialog
-from gajim.gui.settings import SpinSetting
-from gajim.gui.const import Setting
-from gajim.gui.const import SettingKind
-from gajim.gui.const import SettingType
+from gajim.gtk.settings import SettingsDialog
+from gajim.gtk.settings import SpinSetting
+from gajim.gtk.const import Setting
+from gajim.gtk.const import SettingKind
+from gajim.gtk.const import SettingType
from gajim.plugins.plugins_i18n import _
diff --git a/length_notifier/length_notifier.py b/length_notifier/length_notifier.py
index 40a9480..8c24e11 100644
--- a/length_notifier/length_notifier.py
+++ b/length_notifier/length_notifier.py
@@ -37,8 +37,8 @@ from nbxmpp.protocol import JID
from gajim.common import app
from gajim.common import types
-from gajim.gui.message_actions_box import MessageActionsBox
-from gajim.gui.message_input import MessageInputTextView
+from gajim.gtk.message_actions_box import MessageActionsBox
+from gajim.gtk.message_input import MessageInputTextView
from gajim.plugins import GajimPlugin
from gajim.plugins.gajimplugin import GajimPluginConfig
diff --git a/length_notifier/plugin-manifest.json b/length_notifier/plugin-manifest.json
index e632c48..1ffc083 100644
--- a/length_notifier/plugin-manifest.json
+++ b/length_notifier/plugin-manifest.json
@@ -16,5 +16,5 @@
"gajim>=1.5.0"
],
"short_name": "length_notifier",
- "version": "1.4.7"
+ "version": "1.4.8"
} \ No newline at end of file