the rest of the GTK splash.png fix form djpohly

This commit is contained in:
AJ Kelly
2012-06-14 14:54:20 -05:00
parent d827ed05f7
commit db0fc91d8b
@@ -96,8 +96,7 @@ extern "C" void SetIcon( const RageSurface *pSrcImg )
*/
extern "C" void SetSplash( const char *s )
{
splash = gtk_image_new_from_file(s);
gtk_widget_show(splash);
gtk_image_set_from_file(GTK_IMAGE(splash), s);
gtk_main_iteration_do(FALSE);
}