bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/tools/clouseau.git/commit/?id=2737e98a5b3e9c4331dfde84d979a2e1ecf753e3

commit 2737e98a5b3e9c4331dfde84d979a2e1ecf753e3
Author: Marcel Hollerbach <m...@marcel-hollerbach.de>
Date:   Sat Feb 24 21:01:52 2018 +0100

    clouseau: display the complete tree of objects!
    
     #finally
    
    http://www.enlightenment.org/ss/e-5a91c4a00b11c5.18227919.jpgideP
---
 src/lib/extensions/objects_introspection/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/extensions/objects_introspection/main.c 
b/src/lib/extensions/objects_introspection/main.c
index bd9509e..300f616 100644
--- a/src/lib/extensions/objects_introspection/main.c
+++ b/src/lib/extensions/objects_introspection/main.c
@@ -197,7 +197,7 @@ _obj_highlight(Clouseau_Extension *ext, uint64_t obj)
 static void
 _app_snapshot_request(Clouseau_Extension *ext)
 {
-   const char *obj_kl_name = _config->wdgs_show_type == 0 ? 
"Efl.Canvas.Object" : "Elm.Widget";
+   const char *obj_kl_name = _config->wdgs_show_type == 0 ? 
"Efl.Canvas.Object" : "Efl.Ui.Widget";
    const char *canvas_kl_name = "Efl.Canvas";
    int size = strlen(obj_kl_name) + 1 + strlen(canvas_kl_name) + 1;
    char *buf = alloca(size);

-- 


Reply via email to