Skip to content

Commit

Permalink
Commented out incorrect id: sends.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Nierstrasz committed Nov 4, 2024
1 parent 9132b46 commit 78f3482
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/GToolkit-Demo-Slideshows/DatabaseHolder.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ DatabaseHolder >> gtRefreshDbActionFor: anAction [
priority: 15;
stencil: [ | button |
button := BrButton new
id: GtInspectorInspectButtonId;
"id: GtInspectorInspectButtonId;"
aptitude: BrGlamorousButtonWithIconAptitude;
icon: BrGlamorousIcons refresh;
label: 'Refresh database';
Expand Down
6 changes: 3 additions & 3 deletions src/GToolkit-Demo-Slideshows/PrioritySlideshow.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ PrioritySlideshow class >> gtInspectSlideshowActionFor: anAction [
^ anAction button
tooltip: 'Inspect slideshow';
priority: 10;
id: GtPresenterPreviewShowButtonId;
"id: GtPresenterPreviewShowButtonId;"
icon: BrGlamorousVectorIcons playinspect;
action: [ :aButton |
aButton phlow
Expand Down Expand Up @@ -334,7 +334,7 @@ PrioritySlideshow >> gtGitAction: anAction [
tooltip: 'Go to repository';
priority: 25;
icon: BrGlamorousVectorIcons branching;
id: GtCoderGitButtonId;
"id: GtCoderGitButtonId;"
action: [ :aButton |
| repository |
repository := self class repository.
Expand Down Expand Up @@ -403,7 +403,7 @@ PrioritySlideshow >> gtPlaySlideshowAction: anAction [
priority: 10;
stencil: [ | button |
button := BrButton new
id: GtInspectorInspectButtonId;
"id: GtInspectorInspectButtonId;"
aptitude: BrGlamorousButtonWithIconAptitude;
icon: BrGlamorousVectorIcons play;
label: 'Play slideshow';
Expand Down

0 comments on commit 78f3482

Please sign in to comment.