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 similarity index 98% rename from data/elementary/themes/edc/efl/photocam.edc rename to 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;