GNOME Bugzilla – Bug 96626
Support RTL flipping for toolbars
Last modified: 2011-02-04 16:11:52 UTC
Moving all the RTL flipping bugs to the 2.4.0 milestone; in some cases the changes should be easy to do. (GtkPaned comes to mind) In those cases, we can move the bugs back to 2.2.0 if patches occur.
Created attachment 11817 [details] [review] flippability for the toolbar
Same comment as gtkmenubar for assigning back and forth between ltr_x and alloc.x; there also are a couple of misplaced { - e.g.: + if (toolbar->orientation == GTK_ORIENTATION_HORIZONTAL) { Other than that, the patch looks fine.
Created attachment 11879 [details] [review] revised patch
Looks good to commit.