Conf: Add [misc] status_path option to choose status script path

This commit is contained in:
Martin Duquesnoy
2010-03-25 19:19:24 +01:00
parent 23b0539686
commit c5da009b7a
6 changed files with 22 additions and 18 deletions

View File

@@ -235,7 +235,7 @@ clientmessageevent(XClientMessageEvent *ev)
if(mess_t == wmfs_update_status
&& estatus)
spawn(status_path);
spawn(conf.status_path);
return;
}