*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sun, 19 Oct 2008 17:23:43 +0200
changeset 8346 3cf131f32d0a
parent 8345 b2e8f543ec50
child 8347 724f40cfdbc6
*** empty log message ***
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Sat Oct 18 19:02:30 2008 +0200
+++ b/AbstractLauncherApplication.st	Sun Oct 19 17:23:43 2008 +0200
@@ -5422,12 +5422,16 @@
 !
 
 packageDialog
-    "opens a package dialog"
+    <resource: #obsolete>
+
+    "opens a package dialog. Obsolete"
 
     |allPackages packageList packageUpdater
      box listView tabs
      menu resources selectedPackage|
 
+    self obsoleteMethodWarning.
+
     resources := self owningClass classResources.
 
     box := Dialog new.
@@ -6614,5 +6618,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.363 2008-10-12 12:53:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.364 2008-10-19 15:23:43 cg Exp $'
 ! !