From a4c8f19611719b861c7c6f0ca875274767605d89 Mon Sep 17 00:00:00 2001 From: Andre Date: Sun, 2 Jul 2006 17:25:37 +0200 Subject: [PATCH] sdl_gui.ggo: update stat command The -t option of para_audioc was removed some time ago, so do not use it in the default stat_command. --- sdl_gui.ggo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl_gui.ggo b/sdl_gui.ggo index 3d04f8a2..8ea49287 100644 --- a/sdl_gui.ggo +++ b/sdl_gui.ggo @@ -4,5 +4,5 @@ option "width" x "Specify screen width" int typestr="pixels" default="1024" opti option "height" y "Specify screen height" int typestr="pixels" default="768" optional option "config_file" c "(default='~/.paraslash/sdl_gui.conf')" string typestr="filename" optional option "window-id" w "(currently ignored)" string typestr="filename" 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 option "pic_cmd" p "command to read pic from" string typestr="command" default="para_client pic" optional -- 2.39.2