diff options
author | Daouda Lo <daouda@mandriva.com> | 2004-03-03 17:52:03 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2004-03-03 17:52:03 +0000 |
commit | be6b37c9c897e2bb651756e3990abd05c0dd6dd5 (patch) | |
tree | 70a325d98bece49ea1fb32d0166b89cee735b747 /mdkapplet | |
parent | 399199cfe19fab73fdebc078838397c5019c6d0c (diff) | |
download | mgaonline-be6b37c9c897e2bb651756e3990abd05c0dd6dd5.tar mgaonline-be6b37c9c897e2bb651756e3990abd05c0dd6dd5.tar.gz mgaonline-be6b37c9c897e2bb651756e3990abd05c0dd6dd5.tar.bz2 mgaonline-be6b37c9c897e2bb651756e3990abd05c0dd6dd5.tar.xz mgaonline-be6b37c9c897e2bb651756e3990abd05c0dd6dd5.zip |
- ouput with correct perm
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -267,7 +267,7 @@ sub displayLogs { } sub shouldStart() { my %p = getVarsFromSh($confpers); - $p{AUTOSTART} eq 'FALSE' and mainQuit(); + if $p{AUTOSTART} eq 'FALSE' and mainQuit(); } sub setState { my $state_type = shift; @@ -291,7 +291,7 @@ sub about { system("$b " . "https://mandrakeonline.net/info.php" . "&") } sub mainQuit() { - output_with_perm $confperf, + output $confperf, qq(AUTOSTART=FALSE ); Gtk2->main_quit |