X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fassetpopup.C;h=478b4568eb7d0c72ecb9ef6b3ffaad3af96484eb;hp=f85b05c08c2983bdfb737ab865e8e942121fb07e;hb=4d2d052cc767103a8699b1de0e3a1f36844ac04f;hpb=680d2000be2db33da1e2733461854158067f5862 diff --git a/cinelerra-5.1/cinelerra/assetpopup.C b/cinelerra-5.1/cinelerra/assetpopup.C index f85b05c0..478b4568 100644 --- a/cinelerra-5.1/cinelerra/assetpopup.C +++ b/cinelerra-5.1/cinelerra/assetpopup.C @@ -59,8 +59,8 @@ AssetPopup::~AssetPopup() void AssetPopup::create_objects() { -// add_item(format = new AssetListFormat(mwindow)); add_item(info = new AssetPopupInfo(mwindow, this)); + add_item(format = new AssetListFormat(mwindow)); add_item(new AssetPopupSort(mwindow, this)); add_item(index = new AssetPopupBuildIndex(mwindow, this)); add_item(view = new AssetPopupView(mwindow, this)); @@ -119,7 +119,7 @@ void AssetPopup::match_all() int AssetPopup::update() { -// format->update(); + format->update(); gui->collect_assets(); return 0; }