* 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:
@@ -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 ''
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user