2007-09-09 Don Allingham <don@gramps-project.org>

* src/ViewManager.py: cleanup
	* src/DisplayState.py: cleanup



svn: r8954
This commit is contained in:
Don Allingham
2007-09-10 02:09:50 +00:00
parent 461e3c73ea
commit 6f7f0d710a
3 changed files with 289 additions and 126 deletions

View File

@@ -180,7 +180,7 @@ class RecentDocsMenu:
def load(self, item):
filename = item.get_path()
self.fileopen(filename,'x-directory/normal')
self.fileopen(filename)
def build(self):
buf = StringIO()