[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (dc72353fcba7bfc5242b6d4ea40da4750d65f679)



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@xxxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    Don't prematurely dismiss the progress dialog.

:100644 100644 dd63f68... 4f7e12a... M	src/hid/lesstif/main.c

=========
 Changes
=========

commit dc72353fcba7bfc5242b6d4ea40da4750d65f679
Author: DJ Delorie <dj@xxxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    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);




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs