|
@@ -153,6 +153,7 @@ public class LinkCreationPanel extends JScrollPane{
|
|
controller.removeLink(newLink);
|
|
controller.removeLink(newLink);
|
|
controller.addLink(importedLink);
|
|
controller.addLink(importedLink);
|
|
}
|
|
}
|
|
|
|
+ newLink = importedLink;
|
|
lastIndex = cmbLinkType.getSelectedIndex();
|
|
lastIndex = cmbLinkType.getSelectedIndex();
|
|
}
|
|
}
|
|
}
|
|
}
|