This commit is contained in:
Kovid Goyal 2009-06-10 10:37:20 -07:00
parent 9266cfb0a5
commit 46ec597489
3 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,7 @@ class DRMError(ValueError):
pass pass
BOOK_EXTENSIONS = ['lrf', 'rar', 'zip', 'rtf', 'lit', 'txt', 'htm', 'xhtm', BOOK_EXTENSIONS = ['lrf', 'rar', 'zip', 'rtf', 'lit', 'txt', 'htm', 'xhtm',
'html', 'xhtml', 'pdf', 'prc', 'mobi', 'azw', 'doc', 'html', 'xhtml', 'pdf', 'pdb', 'prc', 'mobi', 'azw', 'doc',
'epub', 'fb2', 'djvu', 'lrx', 'cbr', 'cbz', 'oebzip', 'epub', 'fb2', 'djvu', 'lrx', 'cbr', 'cbz', 'oebzip',
'rb', 'imp', 'odt'] 'rb', 'imp', 'odt']

View File

@ -49,4 +49,5 @@ class PluginWidget(Widget, Ui_Form):
if idx < 0: if idx < 0:
idx = 0 idx = 0
g.setCurrentIndex(0) g.setCurrentIndex(0)
return True
return False return False