X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpluginclient.C;h=606f83d95af6ce007aa7d685d5a6fbb730761af3;hp=7f1fdd04323959926339ba8bc5ad108803b207ea;hb=04031cc2a664d2a6d9d2a37954c55cc68742d78c;hpb=a19a685a46ddc630010788707d9e5b9d2342af46 diff --git a/cinelerra-5.1/cinelerra/pluginclient.C b/cinelerra-5.1/cinelerra/pluginclient.C index 7f1fdd04..606f83d9 100644 --- a/cinelerra-5.1/cinelerra/pluginclient.C +++ b/cinelerra-5.1/cinelerra/pluginclient.C @@ -81,6 +81,8 @@ void PluginClientThread::run() if(window) { window->lock_window("PluginClientThread::run"); window->create_objects(); + VFrame *picon = client->server->get_picon(); + if( picon ) window->set_icon(picon); window->unlock_window(); /* Only set it here so tracking doesn't update it until everything is created. */