svn: r1999
This commit is contained in:
Don Allingham 2003-08-13 04:32:15 +00:00
parent a27c351000
commit 2e667e8223

View File

@ -121,8 +121,7 @@ class DbPrompter:
if GrampsCfg.db_dir:
self.dbname.set_default_path(GrampsCfg.db_dir)
self.dbname.set_filename(GrampsCfg.db_dir)
self.photosel.gtk_entry().set_position(len(GrampsCfg.db_dir))
self.dbname.gtk_entry().set_position(len(GrampsCfg.db_dir))
self.getoldrev.set_sensitive(GrampsCfg.usevc)
def cancel_button_clicked(self,obj):