Don't unload plugin when hiding it

Since it gets unloaded on free() now, we need to
make sure it doesn't get unloaded on hide.
This commit is contained in:
Ray Strode 2008-09-13 11:08:10 -04:00
parent 8a6d13f956
commit 2097e19f31

View file

@ -263,7 +263,6 @@ ply_boot_splash_hide (ply_boot_splash_t *splash)
splash->loop,
splash->window);
ply_boot_splash_unload_plugin (splash);
splash->is_shown = false;
if (splash->loop != NULL)