# HG changeset patch # User Claus Gittinger # Date 974291724 -3600 # Node ID 8243829fd6d3ae3c8865283f520063ae43618917 # Parent 85b9b5da0b8dea7b7097001bdca1e6dbb6118ff7 comment only diff -r 85b9b5da0b8d -r 8243829fd6d3 SelectionBrowser.st --- a/SelectionBrowser.st Wed Nov 15 11:35:31 2000 +0100 +++ b/SelectionBrowser.st Wed Nov 15 13:35:24 2000 +0100 @@ -12,6 +12,8 @@ +"{ Package: 'stx:libtool2' }" + SimpleDialog subclass:#SelectionBrowser instanceVariableNames:'title' classVariableNames:'' @@ -76,11 +78,11 @@ !SelectionBrowser class methodsFor:'queries'! isVisualStartable - "returns whether this application class can be started via #open" + "return true, if this application can be started via #open. + (to allow start of a change browser via double-click in the browser)" self == SelectionBrowser ifTrue:[^false]. ^super isVisualStartable - ! ! !SelectionBrowser methodsFor:'accessing'!