[axel-commits] r99 - /trunk/gui/kapt/axel-kapt

phihag-guest at users.alioth.debian.org phihag-guest at users.alioth.debian.org
Wed Apr 1 22:55:05 UTC 2009


Author: phihag-guest
Date: Wed Apr  1 22:55:05 2009
New Revision: 99

URL: http://svn.debian.org/wsvn/axel/?sc=1&rev=99
Log:
Work around Kaptain problem by using a text field for console type

Modified:
    trunk/gui/kapt/axel-kapt

Modified: trunk/gui/kapt/axel-kapt
URL: http://svn.debian.org/wsvn/axel/trunk/gui/kapt/axel-kapt?rev=99&op=diff
==============================================================================
--- trunk/gui/kapt/axel-kapt (original)
+++ trunk/gui/kapt/axel-kapt Wed Apr  1 22:55:05 2009
@@ -45,7 +45,7 @@
         verb "Verbose" -> @|" --verbose ";
         quiet "Quiet" -> @|" -q ";
 
-    term "Terminal Type" -> @combo("konsole", "rxvt", "xterm", "aterm");
+    term "Terminal Type" -> @string()="xterm";
     max "Max bps"-> @integer()=0;
     connex :horizontal "Connections" -> @integer()=4;
     search :framed "ftp Search" -> numsites | ! @ ;




More information about the axel-commits mailing list