mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2021-02-15 Fred Gleason <fredg@paravelsystems.com>
* Refactored the 'Select Group' dialog to use the model based API. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -568,9 +568,8 @@ void DiskRipper::setMultiButtonData()
|
||||
//
|
||||
// Get Destination Group
|
||||
//
|
||||
RDListGroups *list_groups=new RDListGroups(rip_group_text,rda->user()->name(),
|
||||
this);
|
||||
if(list_groups->exec()<0) {
|
||||
RDListGroups *list_groups=new RDListGroups(rip_group_text,"RDLibrary",this);
|
||||
if(!list_groups->exec()) {
|
||||
delete list_groups;
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user