ImagePlugin.typo
This commit is contained in:
@@ -86,7 +86,7 @@ class Base(object):
|
|||||||
|
|
||||||
def _on_message_textview_key_press_event(self, widget, event):
|
def _on_message_textview_key_press_event(self, widget, event):
|
||||||
if event.get_state() & Gdk.ModifierType.MOD1_MASK and \
|
if event.get_state() & Gdk.ModifierType.MOD1_MASK and \
|
||||||
event.keyval == Gdk.KEY_r:
|
event.keyval == Gdk.KEY_l:
|
||||||
if not self.chat_control.contact.supports(NS_XHTML_IM):
|
if not self.chat_control.contact.supports(NS_XHTML_IM):
|
||||||
from dialogs import WarningDialog
|
from dialogs import WarningDialog
|
||||||
WarningDialog('Warning',
|
WarningDialog('Warning',
|
||||||
|
|||||||
Reference in New Issue
Block a user