* src/GrampsLogger/_ErrorReportAssistant.py (__init__): Properly

call Assistant.
	* src/plugins/GraphViz.py (get_event_string): Stop using cause.


svn: r7273
This commit is contained in:
Alex Roitman
2006-08-27 06:30:56 +00:00
parent bf309faa34
commit 132746bdd2
3 changed files with 5 additions and 2 deletions

View File

@@ -556,7 +556,7 @@ just use iconv:
if place and place.get_title():
return place.get_title()
else:
return event.get_cause()
return '' #event.get_cause()
return ''