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
This commit is contained in:
Sungtaek Hong 2018-01-17 13:39:52 +09:00 committed by Jean-Philippe Andre
parent fe346d2ee2
commit 959571b995
1 changed files with 1 additions and 1 deletions

View File

@ -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);