~ubuntu-branches/ubuntu/jaunty/electric/jaunty

« back to all changes in this revision

Viewing changes to com/sun/electric/tool/user/ui/LibraryPalette.java

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2009-01-08 02:05:08 UTC
  • mfrom: (1.1.2 upstream) (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090108020508-0h3li7zt9mu5gf0i
Tags: 8.08-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
    private void selectedCellDuplicate() {
226
226
        Cell cell = (Cell)cellJList.getSelectedValue();
227
227
        if (cell == null) return;
228
 
        CellMenu.duplicateCell(cell, false);
 
228
                new CellMenu.NewCellName(false, cell);
229
229
        cellJList.clearSelection();
230
230
    }
231
231
    private void selectedCellRename() {