noti.c: Show proper download icon 57/66857/2
authorKamil Lipiszko <k.lipiszko@samsung.com>
Thu, 21 Apr 2016 13:03:30 +0000 (15:03 +0200)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Fri, 22 Apr 2016 15:01:54 +0000 (08:01 -0700)
Change-Id: I0e26c6f777f727b5ff64684aae72f666b9053adf

res/resource/indicator_icon_animation.edc
src/modules/information/noti.c

index 5e21c705f6796a352e177dfd46efbcafd67479aa..cd5cde7430e69c139472c59d938a9ee247082e8c 100644 (file)
@@ -49,7 +49,7 @@ collections {
                                type: RECT;
                                description {
                                        state: "default" 0.0;
-                                       color : 255 255 255 255;
+                                       color : 255 255 255 0;
                                        visible : 1;
                                }
                        }
index ea58cb9887d9ee9678e28530900a512c54553068..2bd1e8cdefa29f47ba70a9c94dd8f3a632739761 100644 (file)
@@ -351,7 +351,8 @@ static void _update_noti_by_privid(notification_h noti)
        char *icon_path = NULL;
 
        notification_get_image(noti, NOTIFICATION_IMAGE_TYPE_ICON_FOR_INDICATOR, &indicator_path);
-       if (indicator_path == NULL || !ecore_file_exists(indicator_path)) {
+       if ((indicator_path == NULL || !ecore_file_exists(indicator_path))
+                       && !util_check_noti_ani(indicator_path)) {
                char *noti_path = NULL;
 
                notification_get_image(noti, NOTIFICATION_IMAGE_TYPE_ICON, &noti_path);