3435: Deleting Locked Database from Dialog causes database change
svn: r18728
This commit is contained in:
parent
ef298ffaec
commit
cc7b4fb56d
@ -550,7 +550,7 @@ class DbManager(CLIDbManager):
|
|||||||
|
|
||||||
# close the database if the user has requested to delete the
|
# close the database if the user has requested to delete the
|
||||||
# active database
|
# active database
|
||||||
if self.data_to_delete[OPEN_COL]:
|
if self.data_to_delete[PATH_COL] == self.active:
|
||||||
self.dbstate.no_database()
|
self.dbstate.no_database()
|
||||||
|
|
||||||
store, node = self.selection.get_selected()
|
store, node = self.selection.get_selected()
|
||||||
|
Loading…
Reference in New Issue
Block a user