11 lines
330 B
Diff
11 lines
330 B
Diff
--- qsstv-5.3c/qsstv/repeater.cpp 2002-07-06 17:37:37.000000000 +0200
|
|
+++ qsstv-5.3c_new/qsstv/repeater.cpp 2007-06-22 07:45:05.034390932 +0200
|
|
@@ -51,6 +51,7 @@
|
|
|
|
void repeater::restartImageTimer()
|
|
{
|
|
+ irepImInterval = atoi(configFile.readOption("RepeaterImageInterval"));
|
|
imageTimer->stop();
|
|
if(irepImInterval>0)
|
|
{
|