Update of /cvsroot/squirrel-sql/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/action
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4982
Modified Files:
MakeEditableCommand.java
Log Message:
add arg in execute
Index: MakeEditableCommand.java
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/action/MakeEditableCommand.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** MakeEditableCommand.java 5 Mar 2003 10:27:54 -0000 1.3
--- MakeEditableCommand.java 8 May 2004 23:05:59 -0000 1.4
***************
*** 41,45 ****
// tell the underlying data model to make itself editable,
// which includes telling the GUI to rebuild itself
! _updateableModel.forceEditMode();
}
--- 41,45 ----
// tell the underlying data model to make itself editable,
// which includes telling the GUI to rebuild itself
! _updateableModel.forceEditMode(true);
}
|