summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-03-09 11:39:25 +0000
committerThierry Vignaud <tv@mandriva.org>2007-03-09 11:39:25 +0000
commit53b2d0f19c1c5490e38a693d3940f76b914a4828 (patch)
treef9a6ff93df7e414660c6fe762cf0191b2cfd3816
parent78ac4047579ca1a5fe7957c14931db8dfc894b5f (diff)
downloadmgaonline-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-xmdkapplet4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdkapplet b/mdkapplet
index 28227387..379fa200 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -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;