From b8bc24e242b088195249574bb90cda2e1ee1d9e4 Mon Sep 17 00:00:00 2001 From: Andre Date: Sat, 24 Jun 2006 19:31:05 +0200 Subject: [PATCH] gui: fix default stat command It used the "-t" option of para_audioc which was removed recently. --- gui.ggo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.ggo b/gui.ggo index 34cbdb19..9701c39e 100644 --- a/gui.ggo +++ b/gui.ggo @@ -3,7 +3,7 @@ option "auto_decode" a "auto-decode audio stream" flag on option "config_file" c "(default='~/.paraslash/gui.conf')" string typestr="filename" optional option "loglevel" l "set loglevel (0-6)" int typestr="level" default="4" optional option "timeout" t "set timeout" int typestr="milliseconds" default="30" optional -option "stat_cmd" s "command to read server and audiod status data from" string typestr="command" default="para_audioc -t 100 stat" optional +option "stat_cmd" s "command to read server and audiod status data from" string typestr="command" default="para_audioc stat" optional section "mapping keys to commands" option "key_map" k "Map key k to command c using mode m. Mode may be d, x or p for display, external and paraslash commands, respectively. Of course, this option may be given multiple times, one for each key mapping." string typestr="k:m:c" optional multiple -- 2.39.2