mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:...
This commit is contained in:
parent
6ec84fda14
commit
a7b4e7c296
@ -1100,7 +1100,7 @@ class Main(MainWindow, Ui_MainWindow):
|
|||||||
d.exec_()
|
d.exec_()
|
||||||
newloc = self.database_path
|
newloc = self.database_path
|
||||||
self.database_path = newloc
|
self.database_path = newloc
|
||||||
prefs().set('database_path', self.database_path)
|
prefs.set('database_path', self.database_path)
|
||||||
except Exception, err:
|
except Exception, err:
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
d = error_dialog(self, _('Could not move database'), unicode(err))
|
d = error_dialog(self, _('Could not move database'), unicode(err))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user