X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fproxypopup.C;h=04a1bdae736bb02678d912d5730ca5499e7241f9;hb=255afe5bf50d8e2d10075c0b8ab0f88efbe91570;hp=583f6a57ecbde20baf34994345ca107dd286c8af;hpb=d079f6253a75cc8cfedbab636ad0bc7f5dc9c5f5;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/proxypopup.C b/cinelerra-5.1/cinelerra/proxypopup.C index 583f6a57..04a1bdae 100644 --- a/cinelerra-5.1/cinelerra/proxypopup.C +++ b/cinelerra-5.1/cinelerra/proxypopup.C @@ -140,7 +140,7 @@ ProxyPopupSort::~ProxyPopupSort() int ProxyPopupSort::handle_event() { - mwindow->awindow->gui->sort_assets(0); + mwindow->awindow->gui->sort_assets(); return 1; }