From: Good Guy Date: Fri, 17 Aug 2018 14:51:20 +0000 (-0600) Subject: fix segv in neophyte theme about_bg X-Git-Url: https://cinelerra-gg.org/git/?a=commitdiff_plain;h=fd38a645f6da4891b0530650ac9831d2b7b12149;p=goodguy%2Fhistory.git fix segv in neophyte theme about_bg --- diff --git a/cinelerra-5.1/plugins/theme_neophyte/neophyte.C b/cinelerra-5.1/plugins/theme_neophyte/neophyte.C index e3e0055e..a18bd905 100644 --- a/cinelerra-5.1/plugins/theme_neophyte/neophyte.C +++ b/cinelerra-5.1/plugins/theme_neophyte/neophyte.C @@ -107,7 +107,7 @@ void NEOPHYTETHEME::initialize() BC_Resources *resources = BC_WindowBase::get_resources(); // something own, fitting to the theme and independent of the integrated splash screen/about - about_bg = new_image("about_bg.png"); // Preferences: About (logo) + about_bg = new VFramePng(get_image_data("about_bg.png")); // Preferences: About (logo) // new_image("mwindow_icon", "cinelerra_icon_mwin.png"); // replacement for the heroine icon, maybe // new_image("vwindow_icon", "cinelerra_icon_vwin.png"); // new_image("cwindow_icon", "cinelerra_icon_cwin.png");