mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 09:01:18 +02:00
2019-10-17 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in the 'Select Cut' ['RDCutDialog'] that caused 'Group:' dropdown list to be empty.
This commit is contained in:
@@ -385,7 +385,7 @@ void RDCutDialog::addButtonData()
|
||||
int cart_num=-1;
|
||||
|
||||
RDAddCart *add_cart=new RDAddCart(&cart_group,&cart_type,&cart_title,
|
||||
cut_caption,rda->user()->name(),
|
||||
rda->user()->name(),cut_caption,
|
||||
rda->system(),this);
|
||||
if((cart_num=add_cart->exec())<0) {
|
||||
delete add_cart;
|
||||
|
Reference in New Issue
Block a user