~piastucki/bzr-eclipse/execute-bit

« back to all changes in this revision

Viewing changes to org.vcs.bazaar.eclipse.ui/src/org/vcs/bazaar/eclipse/ui/actions/BzrAction.java

  • Committer: Guillermo Gonzalez
  • Date: 2010-02-02 06:40:31 UTC
  • mfrom: (219 trunk)
  • mto: This revision was merged to the branch mainline in revision 223.
  • Revision ID: guillo.gonzo@gmail.com-20100202064031-r0hch2h8bq67y1sx
merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
 
124
124
                switch (progressKind) {
125
125
                case PROGRESS_BUSYCURSOR:
126
 
                        BusyIndicator.showWhile(Display.getCurrent(), new Runnable() {
 
126
                        final Display display = EclipseBazaarUI.getStandardDisplay();
 
127
                        BusyIndicator.showWhile(display, new Runnable() {
127
128
                                public void run() {
128
129
                                        try {
129
130
                                                innerRunnable.run(new NullProgressMonitor());