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 b223d8c99f
commit 610de0973d
1 changed files with 1 additions and 0 deletions

View File

@ -1623,6 +1623,7 @@ class ChatControl(ChatControlBase):
self.handlers[id_] = widget
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',
self.on_dtmf_window_focus_out_event)
self.handlers[id_] = self.dtmf_window