summaryrefslogtreecommitdiff
path: root/devel/anjuta/files/patch-src_commands.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_commands.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_commands.c')
-rw-r--r--devel/anjuta/files/patch-src_commands.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/anjuta/files/patch-src_commands.c b/devel/anjuta/files/patch-src_commands.c
deleted file mode 100644
index 89e481307f55..000000000000
--- a/devel/anjuta/files/patch-src_commands.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/commands.c.orig Tue Aug 31 00:41:32 2004
-+++ src/commands.c Tue Aug 31 00:41:56 2004
-@@ -102,6 +102,7 @@
- /* Ditto */
- static gchar *
- term_commands[] = {
-+ "gnome-terminal -e '$(anjuta.current.command)'",
- "gnome-terminal -e \"$(anjuta.current.command)\"",
- "gnome-terminal -x sh -c \"$(anjuta.current.command)\"",
- "gnome-terminal --command=\"sh -c \\\"$(anjuta.current.command); read x\\\"\"",