Fix in rename_filename

svn: r9776
This commit is contained in:
Peter Landgren 2008-01-10 16:28:46 +00:00
parent e08615a2cf
commit ca35eb4efc

View File

@ -122,7 +122,7 @@ class RecentFiles:
found = True
break
if found:
self.gramps_recent_files[index].set_path(new_filename)
self.gramps_recent_files[index].set_name(new_filename)
def remove_filename(self,filename):
# First we need to walk the existing items to see