[x11term] prevent traceback
This commit is contained in:
parent
190f377df4
commit
0e6fdb181f
|
@ -358,6 +358,7 @@ class ConversationTextview(GObject.GObject):
|
|||
# use it for hr too
|
||||
self.tv.focus_out_line_pixbuf = ConversationTextview.FOCUS_OUT_LINE_PIXBUF
|
||||
self.smooth_id = None
|
||||
self.just_cleared = False
|
||||
|
||||
def del_handlers(self):
|
||||
for i in self.handlers.keys():
|
||||
|
|
Loading…
Reference in New Issue