Make imports GUI agnostic

This commit is contained in:
lovetox
2020-12-06 13:22:33 +01:00
parent b8548cbcd3
commit 5b763716a6
40 changed files with 87 additions and 84 deletions

View File

@@ -18,11 +18,11 @@
from gi.repository import GObject
from gi.repository import Gtk
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.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.plugins.plugins_i18n import _

View File

@@ -1,7 +1,7 @@
[info]
name: Message Length Notifier
short_name: length_notifier
version: 1.3.1
version: 1.3.2
description: Highlights the chat windows message input if a specified message length is exceeded
authors: Mateusz Biliński <mateusz@bilinski.it>
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/LengthNotifierPlugin