clip fixes, ladspa build fixes
[goodguy/history.git] / cinelerra-5.1 / cinelerra / assetpopup.C
index f85b05c08c2983bdfb737ab865e8e942121fb07e..478b4568eb7d0c72ecb9ef6b3ffaad3af96484eb 100644 (file)
@@ -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;
 }