Project

General

Profile

« Previous | Next » 

Revision 65caac45

Added by Andreas Müller over 1 year ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/AbstractFilteredCdmResourceSelectionDialog.java
88 88
        	cursor = shell.getCursor();
89 89
        	shell.setCursor(shell.getDisplay().getSystemCursor(SWT.CURSOR_WAIT));
90 90
        }
91
        
91

  
92 92
        init();
93
        if (shell != null){   
93
        if (shell != null){
94 94
        	shell.setCursor(cursor);
95 95
        }
96 96
        setListLabelProvider(createListLabelProvider());
97

  
98 97
	}
99 98

  
100 99
	protected AbstractFilteredCdmResourceSelectionDialog(Shell shell,
......
222 221
	protected void setPattern(T cdmObject) {
223 222
		String pattern = getTitle(cdmObject);
224 223
		getSearchField().setText(pattern);
225
		
224

  
226 225
	}
227 226

  
228 227
	@Override

Also available in: Unified diff