Skip to content

Commit

Permalink
o
Browse files Browse the repository at this point in the history
  • Loading branch information
GabriMagic committed Nov 29, 2016
1 parent 6dd8892 commit eec2345
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ $RECYCLE.BIN/
Network Trash Folder
Temporary Items
.apdisk
/bin/
1 change: 0 additions & 1 deletion bin/.gitignore

This file was deleted.

Binary file modified bin/aed/sql/controller/ListaLibrosController.class
Binary file not shown.
2 changes: 1 addition & 1 deletion src/aed/sql/controller/ListaLibrosController.java
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ public void cargarLibros() {
}

private void FXMLloaders() {
FXMLLoader loaderLibros = new FXMLLoader(getClass().getResource("/aed/sql/view/InsertLibroView.fxml"));
FXMLLoader loaderLibros = new FXMLLoader(getClass().getResource("/aed/sql/view/insertLibroView.fxml"));
loaderLibros.setController(this);
try {
insertLibroView = loaderLibros.load();
Expand Down

0 comments on commit eec2345

Please sign in to comment.