slider: fix comment for readability.
authorChunEon Park <hermet@hermet.pe.kr>
Fri, 18 Apr 2014 02:55:54 +0000 (11:55 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 18 Apr 2014 02:55:54 +0000 (11:55 +0900)
legacy/elementary/src/lib/elm_widget_slider.h

index 287ed9f..4b56387 100644 (file)
@@ -42,9 +42,9 @@ struct _Elm_Slider_Data
    Eina_Bool             spacer_down : 1;
    Eina_Bool             frozen : 1;
    Eina_Bool             units_show : 1;
-   Eina_Bool             always_popup_show : 1; /*this flag is to set the visiblity of slider indicator
-                                                * if this flag is set  then the indicator always show
-                                                */
+   /* this flag is to set the visiblity of slider indicator
+      if this flag is set  then the indicator always show */
+   Eina_Bool             always_popup_show : 1;
 };
 
 /**