Urm. Oops, that line should've been moved, not deleted :-)

SVN revision: 3075
This commit is contained in:
Tom Gilbert 2000-08-09 15:51:37 +00:00
parent d4bf4afabd
commit ec004d9dcf
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ mixer_timeout_callback (void *data)
{
vol = readMixer ();
Epplet_gadget_data_changed (slider);
Epplet_timer (mixer_timeout_callback, NULL, 0.5, "TIMER");
return;
data = NULL;
}