Always clear database when loading a new file.
svn: r619
This commit is contained in:
parent
f857eb5de0
commit
907e5b0ed7
@ -496,8 +496,7 @@ def on_ok_button1_clicked(obj):
|
||||
if filename == "" or filename == None:
|
||||
return
|
||||
|
||||
if os.path.isdir(filename):
|
||||
new_database_response(0)
|
||||
new_database_response(0)
|
||||
|
||||
if getoldrev.get_active():
|
||||
vc = VersionControl.RcsVersionControl(filename)
|
||||
|
Loading…
Reference in New Issue
Block a user