[TSAM-3411]Issue related to Some broken images resolved 19/77119/1
authorvijay tiwari <vijay.tiwari@samsung.com>
Tue, 28 Jun 2016 14:46:20 +0000 (20:16 +0530)
committervijay tiwari <vijay.tiwari@samsung.com>
Tue, 28 Jun 2016 14:51:52 +0000 (20:21 +0530)
Change-Id: Iefcf45283ba10307e5765bb132b6969ebddf1761

src/widget/mf-genlist.c

index 5037033..5cd50ea 100755 (executable)
@@ -608,6 +608,7 @@ static Evas_Object *__mf_genlist_gl_default_icon_get_lite(void *data, Evas_Objec
                                      mf_file_attr_get_file_size(params->m_ItemName->str, &size);
                                      if (size < 4*1024*1024)
                                      elm_image_file_set(thumb, params->m_ItemName->str, NULL);*/
+                                     g_is_refresh_at_glist = true;
                                if (g_is_refresh_at_glist == false) {
                                        mf_view_refresh_thumbnail_for_other_memory(ap, ap->mf_FileOperation.file_list);
                                } else {