Revision 4535 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/TableEditStartExtension.java

View differences:

TableEditStartExtension.java
70 70
                try {
71 71
                	Table table = (Table) v;
72 72
					table.startEditing();
73
					IEditableSource edTable = (IEditableSource) table.getModel().getAssociatedTable();
74
					edTable.getCommandRecord().addCommandListener(table);
73
					/* IEditableSource edTable = (IEditableSource) table.getModel().getAssociatedTable();
74
					edTable.getCommandRecord().addCommandListener(table); */
75 75
					
76 76
				} catch (EditionException e) {
77 77
					// TODO Auto-generated catch block

Also available in: Unified diff