remove mode_item_style from item class, use genlist_mode_item_style_set() instead
[framework/uifw/elementary.git] / src / lib / elc_fileselector.c
index e84c063..10f4bee 100644 (file)
@@ -79,9 +79,9 @@ typedef enum {
 } Elm_Fileselector_Type;
 
 static Elm_Genlist_Item_Class list_itc[ELM_FILE_LAST] = {
-  { "default", { NULL, NULL, NULL, NULL }, NULL },
-  { "default", { NULL, NULL, NULL, NULL }, NULL },
-  { "default", { NULL, NULL, NULL, NULL }, NULL }
+  { "default", { NULL, NULL, NULL, NULL } },
+  { "default", { NULL, NULL, NULL, NULL } },
+  { "default", { NULL, NULL, NULL, NULL } }
 };
 static Elm_Gengrid_Item_Class grid_itc[ELM_FILE_LAST] = {
   { "default", { NULL, NULL, NULL, NULL } },