Skip to content

Commit

Permalink
Reopen Browsers after self-update to avoid UI changes from causing er…
Browse files Browse the repository at this point in the history
…rors
  • Loading branch information
MariusDoe committed Dec 21, 2024
1 parent 979f2ea commit 4d24545
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
post-load
postLoad
GSSelfUpdater postInstallVersion: self installedVersion.
GSBaseWorkingCopy doPostUpdateMigrations.
GSBaseWorkingCopy doPostUpdateMigrations.
GSBrowser allInstances do: #reopen.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"installedVersionFromDirectoryRepository:" : "mad 10/24/2024 14:59",
"installedVersionFromGitHubRepository:" : "mad 10/24/2024 14:27",
"installedVersionFromRepository:" : "mad 10/24/2024 14:26",
"postLoad" : "mad 10/9/2024 19:35",
"postLoad" : "mad 12/21/2024 18:27",
"projectClass" : "jr 5/4/2017 17:25" } }
3 changes: 3 additions & 0 deletions src/GitS-Core.package/GSBrowser.class/instance/close.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
toolbuilder
close
self changed: #close.
5 changes: 5 additions & 0 deletions src/GitS-Core.package/GSBrowser.class/instance/reopen.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
toolbuilder
reopen
self
close;
basicOpen.
2 changes: 2 additions & 0 deletions src/GitS-Core.package/GSBrowser.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"buildWindow:" : "mad 10/9/2024 16:01",
"buildWith:" : "mad 9/1/2023 14:44",
"checkSetUpstreamForCreatedBranch:to:" : "mad 12/8/2023 19:33",
"close" : "mad 12/21/2024 18:25",
"commitList" : "mad 5/15/2024 21:43",
"commitListMenu:" : "mad 11/16/2024 16:09",
"commitListStartingCommits" : "mad 9/19/2023 12:32",
Expand Down Expand Up @@ -138,6 +139,7 @@
"refTreeRoots" : "mad 12/16/2024 21:55",
"refTypeName:" : "mad 11/29/2023 15:59",
"refsChanged" : "mad 12/16/2024 20:45",
"reopen" : "mad 12/21/2024 18:27",
"requestBranchNameFor:at:fromRef:" : "mad 4/5/2024 19:29",
"unitOfWork" : "mad 9/19/2023 12:37",
"update:" : "mad 5/15/2024 20:47",
Expand Down

0 comments on commit 4d24545

Please sign in to comment.