[entry] change the location of value in widget data structure
authorWooHyun Jung <wh0705.jung@samsung.com>
Tue, 16 Aug 2011 02:26:27 +0000 (11:26 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Tue, 16 Aug 2011 02:26:27 +0000 (11:26 +0900)
src/lib/elm_entry.c

index 1ca27f8..8d4f861 100644 (file)
@@ -147,6 +147,7 @@ struct _Widget_Data
    Eina_List *text_filters;
    Eina_List *match_list;
    Ecore_Job *matchlist_job;
+   int matchlist_threshold;
    Ecore_Job *hovdeljob;
    Mod_Api *api; // module api if supplied
    int cursor_pos;
@@ -179,7 +180,6 @@ struct _Widget_Data
    Eina_Bool autoperiod : 1;
    Eina_Bool matchlist_list_clicked : 1;
    Eina_Bool matchlist_case_sensitive : 1;
-   int matchlist_threshold;
 };
 
 struct _Elm_Entry_Context_Menu_Item