Always clear database when loading a new file.

svn: r619
This commit is contained in:
David Hampton 2001-12-15 23:14:01 +00:00
parent f857eb5de0
commit 907e5b0ed7

View File

@ -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)