disable fedora-fade-in plugin animaton timeout when animation is stopped

This commit is contained in:
Ray Strode 2008-05-19 17:23:20 -04:00
parent 040161f8ea
commit 5d7fe0d274

View file

@ -303,6 +303,13 @@ stop_animation (ply_boot_splash_plugin_t *plugin)
0.0, 0.0, 0.0, 1.0);
ply_window_set_mode (plugin->window, PLY_WINDOW_MODE_TEXT);
if (plugin->loop != NULL)
{
ply_event_loop_stop_watching_for_timeout (plugin->loop,
(ply_event_loop_timeout_handler_t)
on_timeout, plugin);
}
}
static void