SF.net SVN: geany: [818] trunk
ntrel at users.sourceforge.net
ntrel at xxxxx
Fri Sep 15 15:09:18 UTC 2006
Revision: 818
http://svn.sourceforge.net/geany/?rev=818&view=rev
Author: ntrel
Date: 2006-09-15 08:09:13 -0700 (Fri, 15 Sep 2006)
Log Message:
-----------
Don't print the g_spawn argv strings in build_run_cmd() on the status bar.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/build.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-09-15 14:25:42 UTC (rev 817)
+++ trunk/ChangeLog 2006-09-15 15:09:13 UTC (rev 818)
@@ -4,6 +4,8 @@
Add ui_frame_new().
Run set includes build dialogs modally, keeping the same filetype.
Updated set includes & arguments dialog layout & text.
+ * src/build.c: Don't print the g_spawn argv strings in build_run_cmd()
+ on the status bar.
2006-09-12 Enrico Tröger <enrico.troeger at uvena.de>
Modified: trunk/src/build.c
===================================================================
--- trunk/src/build.c 2006-09-15 14:25:42 UTC (rev 817)
+++ trunk/src/build.c 2006-09-15 15:09:13 UTC (rev 818)
@@ -466,11 +466,6 @@
#endif
argv[term_argv_len + 2] = NULL;
- for (i = 0; argv[i] != NULL; i++)
- {
- msgwin_status_add("%s", argv[i]);
- }
-
if (! g_spawn_async_with_pipes(working_dir, argv, NULL, 0,
NULL, NULL, &child_pid, NULL, NULL, NULL, &error))
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list