Skip to content

Commit

Permalink
remove accidental dependency on tdb
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Dec 19, 2024
1 parent 0055042 commit 05ec97a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ openUrl: urlString
title: 'Open Web Page' translated) ifTrue: [browser openOnUrl: urlString].
^ self].

(urlString tdbAsTextWithAttribute: (TextURL new url: urlString)) editWithLabel: 'Requested URL'.
^ urlString asText
addAttribute: (TextURL new url: urlString);
editWithLabel: 'Requested URL'
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"latestTimeStamp" : "ct 12/19/2024 23:16",
"menuCommandOn:" : "BD 7/13/2018 11:37",
"open" : "NA 7/28/2015 13:19",
"openUrl:" : "ct 8/27/2023 20:17",
"openUrl:" : "ct 12/19/2024 23:37",
"projectDescription" : "ct 12/19/2024 23:18",
"projectLogo" : "AT 5/8/2008 10:35",
"projectLogoContents" : "NR 5/28/2008 14:29",
Expand Down

0 comments on commit 05ec97a

Please sign in to comment.