summaryrefslogtreecommitdiffstats
path: root/mdkapplet
diff options
context:
space:
mode:
Diffstat (limited to 'mdkapplet')
-rwxr-xr-xmdkapplet16
1 files changed, 9 insertions, 7 deletions
diff --git a/mdkapplet b/mdkapplet
index f042030c..c1ad3996 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -331,13 +331,15 @@ sub harvester {
$mdvupdate_returned = 1;
}
undef $refork_gurpmi;
- if ($status) {
- ugtk2::ask_warn(N("Error"),
- N("Installation failed"),
- N("Installation logs can be found in '%s'", $log_file)
- );
- } elsif ($state_global eq 'new_distribution') {
- upgrade_distro_congratulations();
+ if ($state_global eq 'new_distribution') {
+ if ($status) {
+ ugtk2::ask_warn(N("Error"),
+ N("Installation failed"),
+ N("Installation logs can be found in '%s'", $log_file)
+ );
+ } else {
+ upgrade_distro_congratulations();
+ }
}
} elsif ($checker_pid && $checker_pid == $childpid) {
undef $checker_pid;