summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2019-09-20 12:51:18 -0400
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-09-23 15:52:29 +0200
commit659e0fc00c8f828b0fb5b56516d9bdde99c4851b (patch)
tree5f9fd39259fb4007db36d5f67fe280c05f698b41
parent527ca2e6c08ddeaef315007f8959519b27af5a2d (diff)
downloadefl-659e0fc00c8f828b0fb5b56516d9bdde99c4851b.tar.gz
theme: efl/photocam -> efl/image_zoomable
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
-rw-r--r--data/elementary/themes/default.edc2
-rw-r--r--data/elementary/themes/edc/efl/image_zoomable.edc (renamed from data/elementary/themes/edc/efl/photocam.edc)2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/elementary/themes/default.edc b/data/elementary/themes/default.edc
index 26c0270ab2..cc29760931 100644
--- a/data/elementary/themes/default.edc
+++ b/data/elementary/themes/default.edc
@@ -190,7 +190,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"
diff --git a/data/elementary/themes/edc/efl/photocam.edc b/data/elementary/themes/edc/efl/image_zoomable.edc
index e69f7ed355..8f4492c33f 100644
--- a/data/elementary/themes/edc/efl/photocam.edc
+++ b/data/elementary/themes/edc/efl/image_zoomable.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;