GNOME Bugzilla – Bug 705871
Fix time representation in RTL languages in dialog new alarm
Last modified: 2013-08-13 17:53:42 UTC
Is fix the time representation in RTL languages *** in dialog new alarm ***. I use in direction of GtkWidget.
Created attachment 251424 [details] [review] Fix time representation in RTL languages in dialog new alarm
Review of attachment 251424 [details] [review]: I believe this should be done in glade, instead.
Thank you for spotting this one.
(In reply to comment #2) > Review of attachment 251424 [details] [review]: > > I believe this should be done in glade, instead. No property of direction in GtkWidget. Have just functions for this (gtk_widget_get_direction, gtk_widget_set_default_direction and gtk_widget_get_default_direction). So, Impossible to be this in glade. This must be in the code.
Review of attachment 251424 [details] [review]: then looks good.
Review of attachment 251424 [details] [review]: pushed as ace8875e686491b34a42f05b182d05a7ef604676 - Fix time representation in RTL languages in dialog new alarm