[gnome-calendar] date-selector: fix children order in RTL locales



commit 52634b982e80d21b72e0507cd381c18cd1cec630
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Wed Mar 4 10:02:42 2015 -0500

    date-selector: fix children order in RTL locales
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=745117

 src/gcal-date-selector.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gcal-date-selector.c b/src/gcal-date-selector.c
index 37263d5..24b0e18 100644
--- a/src/gcal-date-selector.c
+++ b/src/gcal-date-selector.c
@@ -324,6 +324,8 @@ gcal_date_selector_constructed (GObject *object)
         gtk_entry_set_max_length (GTK_ENTRY (l->data), 2);
     }
   g_list_free (aux);
+
+  gtk_widget_set_direction (box, GTK_TEXT_DIR_LTR);
 }
 
 /* Public API */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]