raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=d14b566aa872d447191274794d70d19792629455

commit d14b566aa872d447191274794d70d19792629455
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Mon Apr 1 01:02:57 2019 +0100

    tiling - fix theme elements to be namespaced with e/
---
 src/modules/tiling/e_mod_tiling.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/modules/tiling/e_mod_tiling.c 
b/src/modules/tiling/e_mod_tiling.c
index 7473665bc..a0e33f206 100644
--- a/src/modules/tiling/e_mod_tiling.c
+++ b/src/modules/tiling/e_mod_tiling.c
@@ -1054,7 +1054,7 @@ _tiling_split_type_changed_popup(void)
      {
         _G.split_popup.obj = o = edje_object_add(e_comp->evas);
         if (!e_theme_edje_object_set(o, "base/theme/modules/tiling",
-                 "modules/tiling/main"))
+                 "e/modules/tiling/main"))
            edje_object_file_set(o, _G.edj_path, "modules/tiling/main");
         evas_object_resize(o, TILING_POPUP_SIZE, TILING_POPUP_SIZE);
 
@@ -1680,7 +1680,7 @@ _client_drag_mouse_move(void *data, int event 
EINA_UNUSED, void *event_info)
         extra->drag.hint = edje_object_add(e_comp->evas);
         if (!e_theme_edje_object_set(extra->drag.hint,
                                      "base/theme/modules/tiling",
-                                     "modules/tiling/indicator"))
+                                     "e/modules/tiling/indicator"))
           edje_object_file_set(extra->drag.hint, _G.edj_path, 
"modules/tiling/indicator");
         evas_object_layer_set(extra->drag.hint, E_LAYER_CLIENT_DRAG);
         evas_object_show(extra->drag.hint);
@@ -2171,7 +2171,7 @@ _gc_init(E_Gadcon *gc, const char *name, const char *id, 
const char *style)
 
    o = edje_object_add(gc->evas);
    if (!e_theme_edje_object_set(o, "base/theme/modules/tiling",
-                                "modules/tiling/main"))
+                                "e/modules/tiling/main"))
      edje_object_file_set(o, _G.edj_path, "modules/tiling/main");
    evas_object_show(o);
 

-- 


Reply via email to