diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-10 23:26:00 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-10 23:26:00 +0000 |
commit | 6d09a0092e8498a1f1913dc2f5cad621ca41e48c (patch) | |
tree | fd9816e1053635c61fa8191da479a1083fbd0d75 /mdkapplet | |
parent | 25d91ee58ebb8b5b4d67e3d921e567d290b3c10c (diff) | |
download | mgaonline-6d09a0092e8498a1f1913dc2f5cad621ca41e48c.tar mgaonline-6d09a0092e8498a1f1913dc2f5cad621ca41e48c.tar.gz mgaonline-6d09a0092e8498a1f1913dc2f5cad621ca41e48c.tar.bz2 mgaonline-6d09a0092e8498a1f1913dc2f5cad621ca41e48c.tar.xz mgaonline-6d09a0092e8498a1f1913dc2f5cad621ca41e48c.zip |
prevent running drakbug when already running (#32439)
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -247,7 +247,7 @@ my ($opt) = @ARGV; if ($opt eq '--force' || $opt eq '-f') { setAutoStart('TRUE') } if ($opt eq '--debug') { $debug = 1 } -shouldStart() or die "$localfile should be set to TRUE: please use --force or -f option to launch applet"; +shouldStart() or die "$localfile should be set to TRUE: please use --force or -f option to launch applet\n"; $icon->show_all; go2State('delayed'); |