Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 281289
Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/internal/progress/JobManagerAdapter.java (-4 / +1 lines)
Lines 115-124 Link Here
115
          } );
115
          } );
116
        }
116
        }
117
      } finally {
117
      } finally {
118
        Job job = event.getJob();
118
        jobs.remove( event.getJob() );
119
        if( !job.shouldSchedule() ) {
120
          jobs.remove( job );
121
        }
122
      }
119
      }
123
    }
120
    }
124
    if( display != null ) {
121
    if( display != null ) {

Return to bug 281289