summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSungtaek Hong <sth253.hong@samsung.com>2018-01-17 13:39:52 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2018-01-17 13:49:49 +0900
commit959571b9955babc40367cf3a634dddba7a7cdcc2 (patch)
tree7c8c0cf821810f6082a2ff6e7336b3d5af4b87dd
parentfe346d2ee23eb0d9fca0544f6732c709ec3a4b8b (diff)
downloadefl-959571b9955babc40367cf3a634dddba7a7cdcc2.tar.gz
elm_tooltip: set theme group to NULL
Summary: Even though elm_tooltip does not support EO API, for now, Efl.Ui.Widget will support elm_tooltip-like feature. This change group name compatible with new group name policy. Reviewers: jpeg, woohyun, herdsman, zmike Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D5739
-rw-r--r--src/lib/elementary/els_tooltip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/els_tooltip.c b/src/lib/elementary/els_tooltip.c
index fa777ca50b..e4e53523ba 100644
--- a/src/lib/elementary/els_tooltip.c
+++ b/src/lib/elementary/els_tooltip.c
@@ -437,7 +437,7 @@ _elm_tooltip_reconfigure(Elm_Tooltip *tt)
const char *style = tt->style ? tt->style : "default";
const char *str;
if (!_elm_theme_object_set(tt->tt_win ? NULL : tt->owner, tt->tooltip,
- "tooltip", "base", style))
+ "tooltip", NULL, style))
{
ERR("Could not apply the theme to the tooltip! style=%s", style);
if (tt->tt_win) evas_object_del(tt->tt_win);