mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-28 08:13:57 +01: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:
@@ -18908,3 +18908,7 @@
|
|||||||
* Incremented the package version 3.0.3jacktest0.
|
* Incremented the package version 3.0.3jacktest0.
|
||||||
2019-08-08 Fred Gleason <fredg@paravelsystems.com>
|
2019-08-08 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Reverted the package version 3.0.3.
|
* 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()
|
void EditJackClient::okData()
|
||||||
{
|
{
|
||||||
*edit_description=edit_jack_description_edit->text();
|
*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);
|
done(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user