mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-18 17:47:42 +02:00
2019-08-08 Fred Gleason <fredg@paravelsystems.com>
* Added a check in the 'JACK Client Configuration' dialog in rdadmin(1) to remove trailing whitespace in the 'Command Line' field.
This commit is contained in:
parent
79864a9272
commit
f834a5821f
@ -18908,3 +18908,7 @@
|
||||
* Incremented the package version 3.0.3jacktest0.
|
||||
2019-08-08 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Reverted the package version 3.0.3.
|
||||
2019-08-08 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a check in the 'JACK Client Configuration' dialog in
|
||||
rdadmin(1) to remove trailing whitespace in the
|
||||
'Command Line' field.
|
||||
|
@ -114,7 +114,7 @@ int EditJackClient::exec(QString *desc,QString *cmd)
|
||||
void EditJackClient::okData()
|
||||
{
|
||||
*edit_description=edit_jack_description_edit->text();
|
||||
*edit_command_line=edit_jack_command_line_edit->text();
|
||||
*edit_command_line=edit_jack_command_line_edit->text().trimmed();
|
||||
done(0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user