Thanks for drag-and-drop onto the dock icon. Great addition.
One small problem, though - when I drop multiple items, I get an error about the number of books added:
Code:
ERROR: ERROR: Unhandled exception: <b>AttributeError</b>:'NoneType' object has no attribute 'number_of_books_added'
Traceback (most recent call last):
File "site-packages/calibre/gui2/__init__.py", line 249, in dispatch
File "site-packages/calibre/gui2/ui.py", line 1044, in _files_added
AttributeError: 'NoneType' object has no attribute 'number_of_books_added'
The books seem to have been added correctly, in spite of the error.