add bins/folders, fix listbox bad wdw ref, hide vicons fix, remove sort by time
[goodguy/history.git] / cinelerra-5.1 / cinelerra / proxypopup.C
index 583f6a57ecbde20baf34994345ca107dd286c8af..04a1bdae736bb02678d912d5730ca5499e7241f9 100644 (file)
@@ -140,7 +140,7 @@ ProxyPopupSort::~ProxyPopupSort()
 
 int ProxyPopupSort::handle_event()
 {
-       mwindow->awindow->gui->sort_assets(0);
+       mwindow->awindow->gui->sort_assets();
        return 1;
 }