quit no longer needed now importer cache is being cleared (may need to clear auto import player cache as well?)
This commit is contained in:
parent
7c3c0a26f4
commit
73b7729530
|
@ -555,15 +555,6 @@ class fpdb:
|
||||||
#else:
|
#else:
|
||||||
# for other dbs use same connection as holds global lock
|
# for other dbs use same connection as holds global lock
|
||||||
# self.fdb_lock.fdb.recreate_tables()
|
# self.fdb_lock.fdb.recreate_tables()
|
||||||
# TODO: figure out why this seems to be necessary
|
|
||||||
dia_restart = gtk.MessageDialog(parent=self.window, flags=0, type=gtk.MESSAGE_WARNING,
|
|
||||||
buttons=(gtk.BUTTONS_OK), message_format="Restart fpdb")
|
|
||||||
diastring = "Fpdb now needs to close. Please restart it."
|
|
||||||
dia_restart.format_secondary_text(diastring)
|
|
||||||
|
|
||||||
dia_restart.run()
|
|
||||||
dia_restart.destroy()
|
|
||||||
self.quit(None, None)
|
|
||||||
elif response == gtk.RESPONSE_NO:
|
elif response == gtk.RESPONSE_NO:
|
||||||
self.release_global_lock()
|
self.release_global_lock()
|
||||||
print 'User cancelled recreating tables'
|
print 'User cancelled recreating tables'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user