tazweb rev 47
Use 'tazbox out-dl' to download
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 19 13:35:52 2011 +0200 (2011-04-19) |
parents | 329c2beaf754 |
children | fe087b478df1 |
files | src/main.c |
line diff
1.1 --- a/src/main.c Tue Apr 19 01:34:35 2011 +0200 1.2 +++ b/src/main.c Tue Apr 19 13:35:52 2011 +0200 1.3 @@ -141,7 +141,7 @@ 1.4 { 1.5 const gchar* uri = webkit_download_get_uri (download); 1.6 gchar *buffer; 1.7 - asprintf (&buffer, "xterm -e \"wget -P $HOME/Downloads %s\"", uri); 1.8 + asprintf (&buffer, "tazbox dl-out %s", uri); 1.9 system (buffer); 1.10 } 1.11