Skip to content

Commit

Permalink
Fix: project list selection was no longer updated. Closes #243
Browse files Browse the repository at this point in the history
  • Loading branch information
j4yk committed Nov 2, 2019
1 parent 2539538 commit 2ec77a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Squit.package/SquitBrowser.class/instance/refresh.st
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ui
refresh
Cursor wait showWhile:
[self changed: #projectList.
self changed: #projectIndex.
self loadBranchList.
self loadCommitList.
self changed: #hasProjectSelection.
Expand Down
2 changes: 1 addition & 1 deletion src/Squit.package/SquitBrowser.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"projectSelection" : "fn 4/11/2017 17:12",
"pushSelectedHistorianByDoing:" : "jr 5/30/2019 01:27",
"rebuildCommitList" : "jr 6/5/2017 00:49",
"refresh" : "jr 6/5/2017 00:24",
"refresh" : "jr 11/2/2019 11:49",
"remoteUrlOf:" : "jr 5/22/2017 00:04",
"remotesMenuWithItems:" : "jr 5/30/2019 01:12",
"remotesPushSubMenu" : "jr 5/30/2019 01:14",
Expand Down

0 comments on commit 2ec77a2

Please sign in to comment.