diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-05 22:20:37 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-05 22:20:37 +0000 |
| commit | 9cfed497a8c450ce697ee9e19216101db346a551 (patch) | |
| tree | c8c99526bfd9d1a1e3ac1f47652ebd75c3e9cce4 /lib/dvb/epgcache.cpp | |
| parent | d026012d8ba6198d879df68cb4bf6c92c95a633a (diff) | |
| download | enigma2-9cfed497a8c450ce697ee9e19216101db346a551.tar.gz enigma2-9cfed497a8c450ce697ee9e19216101db346a551.zip | |
i think runLoop is better :)
Diffstat (limited to 'lib/dvb/epgcache.cpp')
| -rw-r--r-- | lib/dvb/epgcache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/epgcache.cpp b/lib/dvb/epgcache.cpp index ec2c1172..e2583d72 100644 --- a/lib/dvb/epgcache.cpp +++ b/lib/dvb/epgcache.cpp @@ -623,7 +623,7 @@ void eEPGCache::thread() nice(4); load(); cleanLoop(); - run(); + runLoop(); save(); } |
