[Gd-chatter] r11523 - trunk/fundev/sources/lib/jam
andreas at gwydiondylan.org
andreas at gwydiondylan.org
Wed Dec 5 02:19:21 CET 2007
Author: andreas
Date: Wed Dec 5 02:19:21 2007
New Revision: 11523
Modified:
trunk/fundev/sources/lib/jam/jam-target-build.dylan
Log:
Job: fd
Call run-application with hide?: #t for jam-invoked processes.
This should suppress the annoying popup of window icons in the task bar.
Modified: trunk/fundev/sources/lib/jam/jam-target-build.dylan
==============================================================================
--- trunk/fundev/sources/lib/jam/jam-target-build.dylan (original)
+++ trunk/fundev/sources/lib/jam/jam-target-build.dylan Wed Dec 5 02:19:21 2007
@@ -295,8 +295,7 @@
under-shell?: #t,
inherit-console?: #f,
outputter: outputter,
- minimize?: #t,
- activate?: #f);
+ hide?: #t);
// clean up temporary files
jam-clean-temporary-files(jam);
More information about the chatter
mailing list