Skip to content

Commit

Permalink
remove useless menu selector
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed May 2, 2024
1 parent d41d90d commit b735bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ui menu
projectListMenu: aMenu shifted: aBoolean
^ self menu: aMenu for: #(menuProjectList menuProjectListShifted:) shifted: aBoolean
^ self menu: aMenu for: #(menuProjectList) shifted: aBoolean
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 @@ -175,7 +175,7 @@
"projectIndex" : "jr 8/10/2020 00:19",
"projectIndex:" : "ct 5/2/2024 19:05",
"projectList" : "fn 4/11/2017 11:48",
"projectListMenu:shifted:" : "ct 10/4/2022 20:28",
"projectListMenu:shifted:" : "ct 5/2/2024 19:09",
"projectSelection" : "fn 4/11/2017 17:12",
"projectSelection:" : "jr 3/13/2022 18:05",
"projectsWithRepository:do:" : "jr 3/13/2022 18:00",
Expand Down

0 comments on commit b735bcb

Please sign in to comment.