Skip to content
Snippets Groups Projects
Commit 36a7ce1d authored by nkour's avatar nkour
Browse files

[stephan k.] fix a typo

parent 7d2a698f
No related branches found
No related tags found
No related merge requests found
......@@ -623,7 +623,7 @@ class Chat:
elif event.keyval == gtk.keysyms.l or \
event.keyval == gtk.keysyms.L: # CTRL + L
jid = self.get_active_jid()
message_textview = self.xmls[jid].get_widget('message_textview')
conversation_textview = self.xmls[jid].get_widget('conversation_textview')
conversation_textview.get_buffer().set_text('')
elif event.keyval == gtk.keysyms.v: # CTRL + V
jid = self.get_active_jid()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment