rework histogram_bezier, init wm icon set_icon(gg), update de.po+msg/txt
[goodguy/history.git] / cinelerra-5.1 / cinelerra / pluginclient.C
index 7f1fdd04323959926339ba8bc5ad108803b207ea..606f83d95af6ce007aa7d685d5a6fbb730761af3 100644 (file)
@@ -81,6 +81,8 @@ void PluginClientThread::run()
        if(window) {
                window->lock_window("PluginClientThread::run");
                window->create_objects();
        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. */
                window->unlock_window();
 
 /* Only set it here so tracking doesn't update it until everything is created. */