Rename SVN::Error to SVN::SvnError for stc compatibility
authorStefan Vogel <sv@exept.de>
Tue, 21 Jun 2011 16:58:26 +0200
changeset 612 dbfd0498d09a
parent 611 2092e69c8c94
child 613 d125cb2cd63a
Rename SVN::Error to SVN::SvnError for stc compatibility
SVN__RepositoryConfigurationDialog.st
--- a/SVN__RepositoryConfigurationDialog.st	Tue Jun 21 16:58:25 2011 +0200
+++ b/SVN__RepositoryConfigurationDialog.st	Tue Jun 21 16:58:26 2011 +0200
@@ -231,7 +231,7 @@
                 ifFalse:[^self canDoAccept: false]
                 ifTrue:[self urlHolder setValue: url printString]].
     self canDoAccept: true.                    
-    ] on: Error do:
+    ] on: SvnError do:
         [self canDoAccept: false].
 
     "Created: / 16-08-2009 / 16:25:55 / Jan Vrany <vranyj1@fel.cvut.cz>"