Revision 28248 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/ShowTable.java

View differences:

ShowTable.java
152 152
						projectTable.setProjectDocumentFactory(new ProjectTableFactory());
153 153
						projectTable.setAssociatedTable(co);
154 154
						ext.getProject().addDocument(projectTable);
155
						projectTable.setModel(ea);
155 156
					}
156
					projectTable.setModel(ea);
157 157
					Table t = new Table();
158 158
					t.setModel(projectTable);
159 159
					if (ea.isEditing())

Also available in: Unified diff