Fix in rename_filename
svn: r9776
This commit is contained in:
parent
e08615a2cf
commit
ca35eb4efc
@ -122,7 +122,7 @@ class RecentFiles:
|
|||||||
found = True
|
found = True
|
||||||
break
|
break
|
||||||
if found:
|
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):
|
def remove_filename(self,filename):
|
||||||
# First we need to walk the existing items to see
|
# First we need to walk the existing items to see
|
||||||
|
Loading…
Reference in New Issue
Block a user