delete mwindow before restarting for new theme
[goodguy/history.git] / cinelerra-5.0 / cinelerra / remotecontrol.C
index ecfa54cdffce05b408d0e8555a7703981ddb5cb0..5cd0f7eb05c7f8b0971977f5b3c4120cf5418b68 100644 (file)
@@ -147,7 +147,7 @@ void RemoteGUI::tile_windows(int config)
        }
        else {
                unlock_window();
-               mwindow->reload_status = 1;
+               mwindow->restart_status = 1;
                mwindow->quit(0);
        }
 }