Modify

Opened 17 years ago

Closed 17 years ago

#114 closed defect (fixed)

PleaseWaitRunnable keeps showing previous error message

Reported by: frsantos@… Owned by: imi
Priority: major Milestone:
Component: Core Version: latest
Keywords: Cc:

Description (last modified by imi)

After an unsuccesful PleaseWaitDialog, last error message is shown even with succesful dialogs.

Follogin patch fixes it.

Index: C:/JOSM/josm/src/org/openstreetmap/josm/gui/PleaseWaitRunnable.java
===================================================================
--- C:/JOSM/josm/src/org/openstreetmap/josm/gui/PleaseWaitRunnable.java	(revision 203)
+++ C:/JOSM/josm/src/org/openstreetmap/josm/gui/PleaseWaitRunnable.java	(working copy)
@@ -78,6 +78,7 @@
 			}
 
 
+			errorMessage = null;
 			realRun();
 		} catch (SAXException x) {
 			x.printStackTrace();

Attachments (0)

Change History (2)

comment:1 by imi, 17 years ago

Description: modified (diff)

comment:2 by imi, 17 years ago

Resolution: fixed
Status: newclosed

fixed in next revision

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain imi.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.