diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-03-09 11:39:25 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-03-09 11:39:25 +0000 |
commit | 53b2d0f19c1c5490e38a693d3940f76b914a4828 (patch) | |
tree | f9a6ff93df7e414660c6fe762cf0191b2cfd3816 | |
parent | 78ac4047579ca1a5fe7957c14931db8dfc894b5f (diff) | |
download | mgaonline-53b2d0f19c1c5490e38a693d3940f76b914a4828.tar mgaonline-53b2d0f19c1c5490e38a693d3940f76b914a4828.tar.gz mgaonline-53b2d0f19c1c5490e38a693d3940f76b914a4828.tar.bz2 mgaonline-53b2d0f19c1c5490e38a693d3940f76b914a4828.tar.xz mgaonline-53b2d0f19c1c5490e38a693d3940f76b914a4828.zip |
(cronUpdate) rename it to something more sensitive: setup_cyclic_check()
-rwxr-xr-x | mdkapplet | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -171,7 +171,7 @@ shouldStart() or die "$localfile should be set to TRUE: please use --force or -f checkConfig(); checkUpdates(); -cronUpdate(); +setup_cyclic_check(); $icon->show_all; @@ -388,7 +388,7 @@ sub compareWithInstalled { } $isUpdate; } -sub cronUpdate() { +sub setup_cyclic_check() { Glib::Timeout->add(10*1000, sub { checkConfig(); 1; |