[gnome-initial-setup/shell/4765: 52/362] location: fix bad thinko



commit df827de454c00685764edb531c60767f0b16c518
Author: Cosimo Cecchi <cosimo endlessm com>
Date:   Mon Jun 9 15:38:50 2014 -0700

    location: fix bad thinko
    
    Whoops...
    
    [endlessm/eos-shell#2670]

 .../pages/location/gis-location-page.c             |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-initial-setup/pages/location/gis-location-page.c 
b/gnome-initial-setup/pages/location/gis-location-page.c
index 7ec020f..7c0567f 100644
--- a/gnome-initial-setup/pages/location/gis-location-page.c
+++ b/gnome-initial-setup/pages/location/gis-location-page.c
@@ -419,7 +419,7 @@ reorder_date_widget (DateEndianess endianess, GisLocationPage *page)
   GtkBox *box;
   GtkWidget *month, *day, *year;
 
-  if (endianess = DATE_ENDIANESS_MIDDLE)
+  if (endianess == DATE_ENDIANESS_MIDDLE)
     return;
 
   month = WID ("month-combobox");


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