mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-19 14:17:42 +02:00
2020-11-01 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdadmin(1) that caused corruption of the 'Auto-Correct Duplicate Cart Title' control. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
2aa5aea4f9
commit
bcb5c60d7e
@ -20525,3 +20525,6 @@
|
|||||||
* Implemented 'RDApplication::ExitCode' in rdimport(1).
|
* Implemented 'RDApplication::ExitCode' in rdimport(1).
|
||||||
* Implemented 'RDApplication::ExitCode' in rdlogmanager(1).
|
* Implemented 'RDApplication::ExitCode' in rdlogmanager(1).
|
||||||
* Implemented 'RDApplication::ExitCode' in rdservice(8).
|
* Implemented 'RDApplication::ExitCode' in rdservice(8).
|
||||||
|
2020-11-01 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a regression in rdadmin(1) that caused corruption of the
|
||||||
|
'Auto-Correct Duplicate Cart Title' control.
|
||||||
|
@ -144,8 +144,6 @@ EditSystem::EditSystem(QWidget *parent)
|
|||||||
// Show User List
|
// Show User List
|
||||||
//
|
//
|
||||||
edit_show_user_list_box=new QCheckBox(this);
|
edit_show_user_list_box=new QCheckBox(this);
|
||||||
connect(edit_show_user_list_box,SIGNAL(toggled(bool)),
|
|
||||||
this,SLOT(duplicatesCheckedData(bool)));
|
|
||||||
edit_show_user_list_label=
|
edit_show_user_list_label=
|
||||||
new QLabel(edit_show_user_list_box,tr("Show User List in RDLogin"),this);
|
new QLabel(edit_show_user_list_box,tr("Show User List in RDLogin"),this);
|
||||||
edit_show_user_list_label->setFont(labelFont());
|
edit_show_user_list_label->setFont(labelFont());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user