Dont use deprecated const
This commit is contained in:
parent
a7624b564f
commit
383e220e69
|
@ -38,7 +38,7 @@ class MessageTextView(Gtk.TextView):
|
|||
chat/groupchat windows
|
||||
"""
|
||||
__gsignals__ = {
|
||||
'text-changed': (GObject.SIGNAL_RUN_LAST, None, (Gtk.TextBuffer,))
|
||||
'text-changed': (GObject.SignalFlags.RUN_LAST, None, (Gtk.TextBuffer,))
|
||||
}
|
||||
|
||||
UNDO_LIMIT = 20
|
||||
|
|
Loading…
Reference in New Issue