Scroll buttons should not be reversed for Arabic, #4571

This commit is contained in:
Reinier Heeres 2007-11-09 10:45:36 +01:00
parent a8193296dd
commit a938a2ac00

View File

@ -132,6 +132,7 @@ class _TrayScrollButton(gtk.Button):
class HTray(gtk.HBox):
def __init__(self, **kwargs):
gobject.GObject.__init__(self, **kwargs)
self.set_direction(gtk.TEXT_DIR_LTR)
scroll_left = _TrayScrollButton('go-left', _PREVIOUS_PAGE)
self.pack_start(scroll_left, False)