changeset 9259a37991c0 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=9259a37991c0
description: fix showing dialpad correctly in LTR languages. Fixes #7285
diffstat:
src/chat_control.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r fddbb95cd0c7 -r 9259a37991c0 src/chat_control.py
--- a/src/chat_control.py Sun Dec 30 16:20:57 2012 +0100
+++ b/src/chat_control.py Fri Jan 04 09:46:13 2013 +0100
@@ -1581,6 +1581,7 @@
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
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits