Branching project should use new project wizard

Bug #792674 reported by xaav
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar Plugin for Eclipse
Fix Released
Low
Unassigned

Bug Description

Branching projects should use the new import wizard.

Revision history for this message
xaav (xaav) wrote :

Possible fix:

   PlatformUI.getWorkbench().getDisplay().syncExec(new Runnable() {
    public void run() {
     new NewProjectAction(PlatformUI.getWorkbench()
       .getActiveWorkbenchWindow()).run();
    }
   });

Changed in bzr-eclipse:
status: New → Confirmed
xaav (xaav)
Changed in bzr-eclipse:
status: Confirmed → Triaged
importance: Undecided → Low
Revision history for this message
Alexander Taler (alex-idereal) wrote :

With 1.2 changes the Team -> Branch operation uses the same Wizard as other branching operations.

Changed in bzr-eclipse:
milestone: none → 1.2
status: Triaged → Fix Committed
Changed in bzr-eclipse:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.