diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-03-19 16:20:45 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-03-19 16:20:45 +0000 |
commit | 4bd413a8d4904ba40646095f02e4d7abb1eca884 (patch) | |
tree | de131efc7247c34bcb34241dfb923fffd8a2c337 | |
parent | 211b01599bcbe2630b50f10810c4e8d8fa2e7d1e (diff) | |
download | mgaonline-4bd413a8d4904ba40646095f02e4d7abb1eca884.tar mgaonline-4bd413a8d4904ba40646095f02e4d7abb1eca884.tar.gz mgaonline-4bd413a8d4904ba40646095f02e4d7abb1eca884.tar.bz2 mgaonline-4bd413a8d4904ba40646095f02e4d7abb1eca884.tar.xz mgaonline-4bd413a8d4904ba40646095f02e4d7abb1eca884.zip |
display "busy" state while computing updates on startup
-rwxr-xr-x | mdkapplet | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,11 +171,11 @@ if ($opt eq '--debug') { $debug = 1 } shouldStart() or die "$localfile should be set to TRUE: please use --force or -f option to launch applet"; +$icon->show_all; checkConfig(); checkUpdates(); setup_cyclic_check(); -$icon->show_all; $SIG{USR1} = 'IGNORE'; $SIG{USR2} = 'IGNORE'; |