Hello,
I did a small patch to give e_util_eapp_edit all the features
enlightenment_eapp currently provides. So if noone sees a point why this
shouldn't happen, I suggest you apply it.
regards, alex
--- eapp_edit_main.c.old 2005-08-23 08:27:55.256238840 +0200
+++ eapp_edit_main.c.new 2005-08-23 08:24:57.416274624 +0200
@@ -34,7 +34,10 @@
{"app/info/comment", "Comment", 0},
{"app/info/exe", "Executable", 0},
{"app/window/name", "Window name", 0},
+ {"app/window/title", "Window title", 0},
+ {"app/window/role", "Window role", 0},
{"app/window/class", "Window class", 0},
+ {"app/icon/class", "Icon class", 0},
{"app/info/startup_notify", "Startup notify", 1},
{"app/info/wait_exit", "Wait exit", 1}
};