theme: efl/photocam -> efl/image_zoomable
authorMike Blumenkrantz <zmike@samsung.com>
Fri, 20 Sep 2019 16:51:18 +0000 (12:51 -0400)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 23 Sep 2019 21:32:19 +0000 (06:32 +0900)
the theme group for a class should match its class name

ref T8231

Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Differential Revision: https://phab.enlightenment.org/D10052

data/elementary/themes/default.edc
data/elementary/themes/edc/efl/image_zoomable.edc [moved from data/elementary/themes/edc/efl/photocam.edc with 98% similarity]

index cf1c76e..b666851 100644 (file)
@@ -189,7 +189,7 @@ collections {
 #include "edc/efl/tags.edc"
 #include "edc/efl/panel.edc"
 #include "edc/efl/tooltip.edc"
-#include "edc/efl/photocam.edc"
+#include "edc/efl/image_zoomable.edc"
 #include "edc/efl/progress.edc"
 #include "edc/efl/border.edc"
 #include "edc/efl/spin.edc"
@@ -1,4 +1,4 @@
-group { name: "efl/photocam";
+group { name: "efl/image_zoomable";
    inherit: "efl/scroller";
    images.image: "knob_round_busy.png" COMP;
    images.image: "glow_round_corners.png" COMP;