From 2097e19f31c4a6ce4a8317e297ce91d70fe1aca3 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Sat, 13 Sep 2008 11:08:10 -0400 Subject: [PATCH] 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. --- src/ply-boot-splash.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ply-boot-splash.c b/src/ply-boot-splash.c index 8a2b9472..ca2d3cfd 100644 --- a/src/ply-boot-splash.c +++ b/src/ply-boot-splash.c @@ -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)