TSAM-10849 Folder cannot open after create 33/102533/1 submit/tizen_3.0/20161206.054322
authorYoungHun Cho <hoon.cho@samsung.com>
Tue, 6 Dec 2016 02:49:44 +0000 (11:49 +0900)
committerYoungHun Cho <hoon.cho@samsung.com>
Tue, 6 Dec 2016 05:08:34 +0000 (14:08 +0900)
Change-Id: Ia4e631fc98dab883e50742e106dc59eaba01d6b0
Signed-off-by: YoungHun Cho <hoon.cho@samsung.com>
.rds_delta
res/edje/app_icon.edc
src/apps_view.c

index a8acc85..f62f08f 100644 (file)
@@ -4,3 +4,6 @@
 author-signature.xml
 signature1.xml
 bin/homescreen-efl
+res/edje/app_icon.edj
+res/edje/cluster_page.edj
+res/edje/widget.edj
index 62bc7a4..aaf1bb9 100755 (executable)
@@ -527,6 +527,14 @@ collections {
                                target: APPS_ICON_BADGE_TEXT;
                        }
                        program {
+                               name: "icon_enable";
+                               signal: SIGNAL_ICON_ENABLE;
+                               source: SIGNAL_SOURCE;
+                               action: STATE_SET "default" 0.0;
+                               target: "app_icon_disable";
+                               target: APPS_ICON_NAME;
+                       }
+                       program {
                                name: "icon_disable";
                                signal: SIGNAL_ICON_DISABLE;
                                source: SIGNAL_SOURCE;
index cf2ecc1..edb5769 100755 (executable)
@@ -807,6 +807,7 @@ static void __apps_view_icon_clicked_cb(void *data, Evas_Object *obj, const char
                LOGE("[FAILED][app_control_set_uri]");
                goto __ret;
        }
+
        if (app_control_set_app_id(app_control_handle, item->app_id) != APP_CONTROL_ERROR_NONE) {
                LOGE("[FAILED][app_control_set_app_id]");
                goto __ret;