Skip to content

Commit

Permalink
511215: Make Favorites a central element
Browse files Browse the repository at this point in the history
Update initial selection. This was accidentally removed in
commit 194d4bd

Bug: 511215
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511215
  • Loading branch information
creckord committed May 24, 2017
1 parent 0fb9d35 commit a241769
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ public void run(IProgressMonitor monitor) throws InvocationTargetException, Inte
// user canceled
throw new CoreException(Status.CANCEL_STATUS);
}
updateSelection();
}
}

Expand Down

0 comments on commit a241769

Please sign in to comment.