fix showing dialpad correctly in LTR languages. Fixes #7285

This commit is contained in:
Yann Leboulanger 2013-01-04 09:46:13 +01:00
parent 99b8cbb4f2
commit b898830acf

View file

@ -1584,6 +1584,7 @@ class ChatControl(ChatControlBase):
self.handlers[id_] = widget self.handlers[id_] = widget
self.dtmf_window = self.xml.get_object('dtmf_window') self.dtmf_window = self.xml.get_object('dtmf_window')
self.dtmf_window.get_child().set_direction(gtk.TEXT_DIR_LTR)
id_ = self.dtmf_window.connect('focus-out-event', id_ = self.dtmf_window.connect('focus-out-event',
self.on_dtmf_window_focus_out_event) self.on_dtmf_window_focus_out_event)
self.handlers[id_] = self.dtmf_window self.handlers[id_] = self.dtmf_window