Prepare for the new splash screen; remove old text from the splash, add a shadow...
[synfig.git] / synfig-studio / trunk / src / gtkmm / app.cpp
index b59d5ef..629a1b7 100644 (file)
@@ -1070,7 +1070,6 @@ App::App(int *argc, char ***argv):
        Glib::set_application_name(_("Synfig Studio"));
 
        Splash splash_screen;
-       splash_screen.set_can_self_destruct(false);
        splash_screen.show();
 
        shutdown_in_progress=false;