Hello,
Attached is a trivial patch to e_apps.c (in the e17 source tree) that
enables the copying of three more eap fields when _e_app_copy() is
called.
Cheers
--
_
(\o/) Chad 'v3rt1g0' Kittel <[EMAIL PROTECTED]>
/_\ Milwaukee, WI (USA)
"...staring up at heaven from the bottom of a glass" - Savatage
--- e_apps.c.orig 2005-09-11 20:18:11.000000000 -0500
+++ e_apps.c 2005-09-11 20:20:52.000000000 -0500
@@ -1331,6 +1331,9 @@
dst->path = src->path;
dst->win_name = src->win_name;
dst->win_class = src->win_class;
+ dst->win_title = src->win_title;
+ dst->win_role = src->win_role;
+ dst->icon_class = src->icon_class;
dst->startup_notify = src->startup_notify;
dst->wait_exit = src->wait_exit;
dst->starting = src->starting;