|
From: <gi...@gp...> - 2011-05-05 19:52:14
|
The branch, master has been updated
via dc72353fcba7bfc5242b6d4ea40da4750d65f679 (commit)
from d48c1ffe3dd90259ca9dc93b0231f822ff36454f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
src/hid/lesstif/main.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
=================
Commit Messages
=================
commit dc72353fcba7bfc5242b6d4ea40da4750d65f679
Author: DJ Delorie <dj...@de...>
Commit: DJ Delorie <dj...@de...>
Don't prematurely dismiss the progress dialog.
:100644 100644 dd63f68... 4f7e12a... M src/hid/lesstif/main.c
=========
Changes
=========
commit dc72353fcba7bfc5242b6d4ea40da4750d65f679
Author: DJ Delorie <dj...@de...>
Commit: DJ Delorie <dj...@de...>
Don't prematurely dismiss the progress dialog.
diff --git a/src/hid/lesstif/main.c b/src/hid/lesstif/main.c
index dd63f68..4f7e12a 100644
--- a/src/hid/lesstif/main.c
+++ b/src/hid/lesstif/main.c
@@ -3958,14 +3958,6 @@ lesstif_progress (int so_far, int total, const char *message)
}
idle_proc (NULL);
- if (progress_cancelled)
- {
- started = 0;
- visible = 0;
- XtUnmanageChild (progress_dialog);
- lesstif_invalidate_all ();
- }
-
/* If rendering takes a while, make sure the core has enough time to
do work. */
gettimeofday (&time, NULL);
|