X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fawindowgui.C;h=ae74854b19e0517640e164b042943dc5a9c97b42;hb=723142d62d61cde588e961426440f839ca9dcda9;hp=f071ea3d1dda1141e78cb8e904ffe127202a8a1e;hpb=be678a5c5c4ec7dd15b9f49e4f476375f98649e0;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/awindowgui.C b/cinelerra-5.1/cinelerra/awindowgui.C index f071ea3d..ae74854b 100644 --- a/cinelerra-5.1/cinelerra/awindowgui.C +++ b/cinelerra-5.1/cinelerra/awindowgui.C @@ -328,7 +328,7 @@ void AssetPicon::create_objects() } else if( plugin ) { - strcpy(name, plugin->title); + strcpy(name, _(plugin->title)); set_text(name); icon_vframe = plugin->get_picon(); if( icon_vframe ) @@ -1112,7 +1112,7 @@ void AWindowGUI::update_asset_list() assets.remove_number(i); continue; } - if( !picon->indexable->is_asset ) continue; + if( !picon->indexable || !picon->indexable->is_asset ) continue; struct stat st; picon->mtime = !stat(picon->indexable->path, &st) ? st.st_mtime : 0; }