Make imports GUI agnostic
This commit is contained in:
@@ -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 _
|
||||
|
||||
|
||||
@@ -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 window’s 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
|
||||
|
||||
Reference in New Issue
Block a user