jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=959571b9955babc40367cf3a634dddba7a7cdcc2

commit 959571b9955babc40367cf3a634dddba7a7cdcc2
Author: Sungtaek Hong <sth253.h...@samsung.com>
Date:   Wed Jan 17 13:39:52 2018 +0900

    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
---
 src/lib/elementary/els_tooltip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 


Reply via email to