GNOME Bugzilla – Bug 92211
Arrows should be swapped in RTL mode
Last modified: 2011-02-04 16:11:52 UTC
When you have buttons like [ <- back ] [ forward -> ] and you run in RTL mode you get [forward -> ] [ <- Back] which is wrong. Owen says that there is code for making the arrows reverse in RTL mode but it probably isnt hooked up
Fixed (head only) Wed Oct 9 17:06:21 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkiconfactory.c (add_size_and_dir_with_fallback): Add GO_FORWARD and GO_BACK with both left and right arrows depending on the direction. (#92211, Kenneth Christiansen) * tests/testgtk.c (create_flipping): Add forward/back button pairs in default, RTL, LTR configurations.