Skip to content

Commit

Permalink
fix wrong initial -last synch time message-
Browse files Browse the repository at this point in the history
  • Loading branch information
elenagensch committed Jul 7, 2021
1 parent 59c6571 commit 980225f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
toolbuilder
buildWith: builder

self updateSynchTime.
^ builder build: (builder pluggableWindowSpec new
model: self;
label: #dialogTitle;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ initialize

self emailAccounts: ((ICEndPoint connectionConfigurations) collect: [:anAccountInfo |
(ICEndPoint newWith: anAccountInfo) readEmailsFromDisk]).
self dialogTitle: self title, ' | ', 'Please update for login'.

ToolBuilder default open: self
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"buildSearchResults:" : "hg 6/24/2020 10:34",
"buildUpdateButton:" : "lro 6/10/2021 12:05",
"buildUserList:" : "tg 7/25/2019 20:19",
"buildWith:" : "lro 6/10/2021 11:41",
"buildWith:" : "EG 7/7/2021 12:21",
"changeFilter:" : "hg 6/4/2020 19:58",
"childFolders" : "tg 7/26/2019 13:30",
"closeConnection" : "tg 7/26/2019 13:30",
Expand Down Expand Up @@ -54,7 +54,7 @@
"folderNameOf:" : "tg 7/26/2019 22:03",
"folderTreeMenu:" : "NH 8/2/2020 17:23",
"folderWith:" : "EG 6/20/2021 22:01",
"initialize" : "EG 6/26/2021 13:40",
"initialize" : "EG 7/7/2021 12:27",
"labelForAccount:" : "LW 8/2/2020 14:27",
"labelForFolder:" : "LW 8/2/2020 14:27",
"labelForMail:" : "JST 5/29/2021 20:11",
Expand Down

0 comments on commit 980225f

Please sign in to comment.