summaryrefslogtreecommitdiff
path: root/devel/anjuta/files/patch-src_executer.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-07-08 08:21:31 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-07-08 08:21:31 +0000
commit6bb46cedc240ab0799cac6a9288c2418643c44c0 (patch)
tree0452199c0b81875582f36458559117e3dd8e0bc2 /devel/anjuta/files/patch-src_executer.c
parentUpdate to 0.15. (diff)
Update to 2.2.0. See http://sourceforge.net/forum/forum.php?forum_id=709731
for all of the things changed in this release. This is a huge change from the previous stable 1.2.x version. NOTE: While I did test quite a few runtime features, anjuta still seems a bit buggy. For best results, stick with the scintilla editor.
Diffstat (limited to 'devel/anjuta/files/patch-src_executer.c')
-rw-r--r--devel/anjuta/files/patch-src_executer.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/anjuta/files/patch-src_executer.c b/devel/anjuta/files/patch-src_executer.c
deleted file mode 100644
index dd5907d7310b..000000000000
--- a/devel/anjuta/files/patch-src_executer.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/executer.c.orig Tue Aug 31 00:40:58 2004
-+++ src/executer.c Tue Aug 31 00:41:25 2004
-@@ -154,7 +154,7 @@
- if(e->terminal)
- {
- gchar* escaped_cmd;
-- escaped_cmd = anjuta_util_escape_quotes(command);
-+ escaped_cmd = command;
- prop_set_with_key (e->props, "anjuta.current.command", escaped_cmd);
-
- #ifdef DEBUG
-@@ -162,7 +162,7 @@
- #endif
-
- cmd = command_editor_get_command (app->command_editor, COMMAND_TERMINAL);
-- g_free(escaped_cmd);
-+ /*g_free(escaped_cmd);*/
- }
- else
- {