lib/alexandria/ui/dialogs/book_properties_dialog.rb in alexandria-book-collection-manager-0.6.9.pre1 vs lib/alexandria/ui/dialogs/book_properties_dialog.rb in alexandria-book-collection-manager-0.6.9

- old
+ new

@@ -107,13 +107,11 @@ if (@checkbutton_own.active = book.own?) @checkbutton_want.inconsistent = true end end - ####### private - ####### def on_close if @entry_isbn.text == '' # If set to nil .to_yaml in library.save causes crash @book.isbn = '' @@ -201,10 +199,10 @@ @book_properties_dialog.destroy end def on_help Alexandria::UI.display_help(@preferences_dialog, - 'editing-book-properties') + 'editing-book-properties') end end end end