mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +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:
@@ -144,8 +144,6 @@ EditSystem::EditSystem(QWidget *parent)
|
||||
// Show User List
|
||||
//
|
||||
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=
|
||||
new QLabel(edit_show_user_list_box,tr("Show User List in RDLogin"),this);
|
||||
edit_show_user_list_label->setFont(labelFont());
|
||||
|
Reference in New Issue
Block a user