Project

General

Profile

« Previous | Next » 

Revision 2160ead6

Added by Katja Luther over 6 years ago

ref #6932: remove dirty flag when research without saving

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/BulkEditorE4.java
106 106
	    for (int i = 0; i < titles.length; i++) {
107 107
	        TableViewerColumn column = new TableViewerColumn(viewer, SWT.NONE);
108 108
	        editors[i] = new TextCellEditor(table);
109

  
109 110
	        column.getColumn().setText(titles[i]);
110 111
	        column.getColumn().setWidth(bounds[i]);
111 112
	        column.getColumn().setResizable(true);
......
228 229
                    return;
229 230
                }
230 231
            }
231

  
232
            dirty.setDirty(false);
232 233
            getEditorInput().dispose();
233 234
            getEditorInput().bind();
234 235
            getEditorInput().performSearch(query);

Also available in: Unified diff