summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSungtaek Hong <sth253.hong@samsung.com>2018-01-24 19:22:17 +0900
committerWonki Kim <wonki_.kim@samsung.com>2018-03-19 15:00:27 +0900
commit2a83dd4f338e474b2ff0b1adb15fe876c5b7a62c (patch)
tree553c7306f9b1bf0ca1d7fce0c430a9c1e0209780
parenta3c8e37caa0c449e0bcd240f17d23797b00b0296 (diff)
downloadefl-theme-tizen-mobile-2a83dd4f338e474b2ff0b1adb15fe876c5b7a62c.tar.gz
efl-theme-tizen-mobile-2a83dd4f338e474b2ff0b1adb15fe876c5b7a62c.tar.bz2
efl-theme-tizen-mobile-2a83dd4f338e474b2ff0b1adb15fe876c5b7a62c.zip
since elm_legacy_add is internal MACRO in Elementary, EO widget group name should also be applied for floatingbutton. Change-Id: Ie25c4d9d0f2f2afc591a86fd8d006cd86f81ee66 Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
-rw-r--r--mobile/widgets/floatingbutton.edc1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile/widgets/floatingbutton.edc b/mobile/widgets/floatingbutton.edc
index ecd3fa69..20d3283f 100644
--- a/mobile/widgets/floatingbutton.edc
+++ b/mobile/widgets/floatingbutton.edc
@@ -15,6 +15,7 @@
*/
group { name: "elm/floatingbutton/base/default";
+ alias: "efl/floatingbutton";
script {
public mouse_down, g_prev_x, g_width, g_btns;
public left_timer, right_timer;