AbstractLauncherApplication.st
changeset 2798 e3e59ce1a7d3
parent 2793 d2cbeebd6b40
child 2807 70a16d1b0d13
--- a/AbstractLauncherApplication.st	Tue Sep 26 14:48:19 2000 +0200
+++ b/AbstractLauncherApplication.st	Wed Sep 27 09:44:55 2000 +0200
@@ -4416,7 +4416,7 @@
 
     (box addTextLabel:(resources at:'STYLE_MSG' default:'select a style') withCRs) adjust:#left.
     listView := SelectionInListView on:list.
-    listView doubleClickAction:[:sel | box accept value:true. box hide].
+    listView doubleClickAction:[:sel | box acceptChannel value:true. box hide].
     box addCheckBox:(resources string:'standard styles only') on:showStandardStylesOnly.
     scrView := box addComponent:(ScrollableView forView:listView) tabable:true.
 
@@ -5769,5 +5769,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.128 2000-09-22 11:51:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.129 2000-09-27 07:44:55 cg Exp $'
 ! !