fixed a terrible bug in DictionarySettings (sorry!).

This commit is contained in:
micha3lp 2006-08-19 21:47:03 +00:00
parent eb30452579
commit bd203b5cc3
2 changed files with 8 additions and 10 deletions

View file

@ -2135,7 +2135,6 @@ public void paste(int offset)
JToolBar toolbar = null ; JToolBar toolbar = null ;
System.out.println ( parent.toString () ) ;
for ( int child = 0; child < parent.getComponentCount (); child++ ) for ( int child = 0; child < parent.getComponentCount (); child++ )
{ {
if ( parent.getComponent ( child ) instanceof JToolBar ) if ( parent.getComponent ( child ) instanceof JToolBar )

View file

@ -61,7 +61,6 @@ public class GlobalResourceHolder
{ {
if ( null == GlobalResourceHolder.settingsServiceProvider ) if ( null == GlobalResourceHolder.settingsServiceProvider )
return ; return ;
if ( DICTIONARY_SETTINGS == setting ) if ( DICTIONARY_SETTINGS == setting )
{ {
// //