mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-15 16:17:43 +02:00
2017-11-28 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'Add Log' dialog that allowed creation of a log with a blank name.
This commit is contained in:
parent
d55a3b9115
commit
eabd1d7ed5
@ -16385,3 +16385,6 @@
|
||||
* Incremented the database version to 272.
|
||||
* Added a 'Service Permissions' button to the Edit User dialog in
|
||||
rdadmin(1).
|
||||
2017-11-28 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in the 'Add Log' dialog that allowed creation of a log
|
||||
with a blank name.
|
||||
|
@ -94,6 +94,7 @@ RDAddLog::RDAddLog(QString *logname,QString *svcname,
|
||||
add_ok_button->setDefault(true);
|
||||
add_ok_button->setFont(button_font);
|
||||
add_ok_button->setText(tr("&OK"));
|
||||
add_ok_button->setDisabled(true);
|
||||
connect(add_ok_button,SIGNAL(clicked()),this,SLOT(okData()));
|
||||
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user