mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-26 09:28:13 +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:
parent
dc8f3229e8
commit
2f2eaab1ec
@ -19208,3 +19208,6 @@
|
|||||||
was set to 'None'.
|
was set to 'None'.
|
||||||
2019-10-09 Fred Gleason <fredg@paravelsystems.com>
|
2019-10-09 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Incremented the package version to 3.1.0int0
|
* Incremented the package version to 3.1.0int0
|
||||||
|
2019-10-17 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a regression in the 'Select Cut' ['RDCutDialog'] that
|
||||||
|
caused 'Group:' dropdown list to be empty.
|
||||||
|
@ -385,7 +385,7 @@ void RDCutDialog::addButtonData()
|
|||||||
int cart_num=-1;
|
int cart_num=-1;
|
||||||
|
|
||||||
RDAddCart *add_cart=new RDAddCart(&cart_group,&cart_type,&cart_title,
|
RDAddCart *add_cart=new RDAddCart(&cart_group,&cart_type,&cart_title,
|
||||||
cut_caption,rda->user()->name(),
|
rda->user()->name(),cut_caption,
|
||||||
rda->system(),this);
|
rda->system(),this);
|
||||||
if((cart_num=add_cart->exec())<0) {
|
if((cart_num=add_cart->exec())<0) {
|
||||||
delete add_cart;
|
delete add_cart;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user