Skip to content

Commit 8294cfa

Browse files
committed
fixes #715 check of updates of template sources
1 parent 66fe5f2 commit 8294cfa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/PharoLauncher-Core/PhLTemplateSourcesUpdateChecker.class.st

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ Class {
2020
#tag : 'Model'
2121
}
2222

23-
{ #category : 'initialization' }
23+
{ #category : 'class initialization' }
2424
PhLTemplateSourcesUpdateChecker class >> initialize [
25-
super initialize.
2625
PhLStartupManager addToLauncherStartUpList: self
2726
]
2827

@@ -41,7 +40,7 @@ PhLTemplateSourcesUpdateChecker class >> run [
4140
self shouldRun ifFalse: [ ^ self ].
4241

4342
"need to manage it for command-line. Not available for now"
44-
Smalltalk isInteractive ifFalse: [ ^ self ].
43+
Smalltalk isInteractiveGraphic ifFalse: [ ^ self ].
4544

4645
self uniqueInstance run
4746

0 commit comments

Comments
 (0)