Skip to content

Commit 1777766

Browse files
committed
Refresh again in load
1 parent e20db68 commit 1777766

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tmc-plugin/src/fi/helsinki/cs/tmc/actions/TmcModuleInstall.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public void run() {
7474
LoginDialog.display(new CheckForNewExercisesOrUpdates(false, false));
7575
} else {
7676
// Do full refresh.
77-
/* new RefreshCoursesAction().addDefaultListener(false, true).addListener(new BgTaskListener<List<Course>>() {
77+
new RefreshCoursesAction().addDefaultListener(false, true).addListener(new BgTaskListener<List<Course>>() {
7878
@Override
7979
public void bgTaskReady(List<Course> result) {
8080
log.warning("moduleInstall refresh ready");
@@ -94,7 +94,6 @@ public void bgTaskFailed(Throwable ex) {
9494
log.warning("moduleInstall refresh failed " + ex);
9595
}
9696
}).run();
97-
*/
9897
}
9998
}
10099
});

0 commit comments

Comments
 (0)