Skip to content

Commit

Permalink
Merge cb972b4 into d02619d
Browse files Browse the repository at this point in the history
  • Loading branch information
anonym-HPI authored May 28, 2021
2 parents d02619d + cb972b4 commit 68880c0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
prompts
askToSave

Smalltalk
snapshot: (
UserDialogBoxMorph
confirm: 'Do you want to save the Image?' translated title: 'Changes Reloaded' at: nil)
andQuit: false
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ button-actions
loadPickedChanges

self pickedChangeListItems reverse do: [:each | each fileIn].
self updateAfterLoadingChanges
self updateAfterLoadingChanges.
self askToSave
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"openWith:" : "gf 7/5/2020 13:58",
"retrieveChangeRecordsFrom:" : "mg 7/4/2020 21:02" },
"instance" : {
"askToSave" : "anonym-HPI 5/24/2021 13:13",
"buildButtonSpecWith:label:action:help:enabled:" : "mg 8/7/2020 14:19",
"buildChangeListSpecWith:" : "SV 8/7/2020 15:16",
"buildLoadChangesButtonSpecWith:" : "mg 8/7/2020 14:17",
Expand Down Expand Up @@ -39,7 +40,7 @@
"isLoadButtonEnabled" : "mg 8/6/2020 11:27",
"isPickButtonEnabled" : "gf 7/25/2020 20:09",
"loadButtonLabel" : "mg 8/6/2020 11:29",
"loadPickedChanges" : "SV 8/5/2020 19:52",
"loadPickedChanges" : "anonym-HPI 5/17/2021 17:21",
"numberOfChangeListItems" : "mg 8/6/2020 11:21",
"numberOfPickedChangeListItems" : "mg 8/6/2020 11:16",
"pickAllChangeListItems" : "gf 7/15/2020 10:48",
Expand Down

0 comments on commit 68880c0

Please sign in to comment.