GNOME Bugzilla – Bug 702659
Set button arrow icons according to locale's text direction
Last modified: 2013-06-19 16:45:44 UTC
Created attachment 247262 [details] [review] Set button arrow icons according to locale's text direction See patch.
Review of attachment 247262 [details] [review]: Looks good! Please fix the indentation before pushing to git master. ::: src/font-view.c @@ +527,3 @@ gd_header_button_set_label (GD_HEADER_BUTTON (self->back_button), _("Back")); + gd_header_button_set_symbolic_icon_name (GD_HEADER_BUTTON (self->back_button), + rtl ? "go-previous-rtl-symbolic" : "go-previous-symbolic"); The indentation here is off.
Created attachment 247269 [details] [review] Set button arrow icons according to locale's text direction Is it okay now?
No, it's the same as before - do you have a GNOME git account?
No, I do not have GNOME git account.
Attachment 247262 [details] pushed as f04f3c0 - Set button arrow icons according to locale's text direction OK, I pushed a patch with the indentation fixed for you to git. Thanks!