From fd38a645f6da4891b0530650ac9831d2b7b12149 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Fri, 17 Aug 2018 08:51:20 -0600 Subject: [PATCH] fix segv in neophyte theme about_bg --- cinelerra-5.1/plugins/theme_neophyte/neophyte.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.26.2