* src/plugins/RelGraph.py (_get_event_label): Typo.
svn: r3173
This commit is contained in:
parent
00af3e0917
commit
2882f9b479
@ -1,5 +1,6 @@
|
||||
2004-05-16 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* src/plugins/RelGraph.py: Menu for family options.
|
||||
* src/plugins/RelGraph.py (_get_event_label): Typo.
|
||||
|
||||
2004-05-15 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* src/plugins/RelGraph.py (_write_graph_record): Bug fixes.
|
||||
|
@ -718,7 +718,7 @@ def _get_event_label (self, event_id):
|
||||
date_obj = event.get_date_object()
|
||||
if date_obj.get_year_valid():
|
||||
if self.JustYear:
|
||||
return "%i" % date_obj.get_year_valid()
|
||||
return "%i" % date_obj.get_year()
|
||||
else:
|
||||
return date_obj.get_date()
|
||||
elif self.PlaceCause:
|
||||
|
Loading…
Reference in New Issue
Block a user