From ac3d52cc0ec23494cdd7d3c442a5684ec5f5a155 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 30 Jan 2008 02:11:41 +0000
Subject: [PATCH] Consider that the uninstaller is finished when we encountered an error deleting the files.
---
opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java b/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
index d20f2cf..b41c485 100644
--- a/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
+++ b/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
@@ -966,7 +966,9 @@
|| getCurrentProgressStep() ==
UninstallProgressStep.FINISHED_WITH_ERROR
|| getCurrentProgressStep() ==
- UninstallProgressStep.FINISHED_WITH_ERROR_ON_REMOTE;
+ UninstallProgressStep.FINISHED_WITH_ERROR_ON_REMOTE
+ || getCurrentProgressStep() ==
+ UninstallProgressStep.FINISHED_WITH_ERROR_DELETING;
}
/**
--
Gitblit v1.10.0