geography : icons not correctly selected due to the sort key. cleaning.

svn: r17325
This commit is contained in:
Serge Noiraud
2011-04-28 15:41:36 +00:00
parent 9e4deb6254
commit 9fa8fbb8f4
2 changed files with 2 additions and 3 deletions

View File

@@ -296,7 +296,7 @@ class GeoEvents(GeoGraphyView):
event = dbstate.db.get_event_from_handle(obj)
self._createmap_for_one_event(event)
self.sort = sorted(self.place_list,
key=operator.itemgetter(6)
key=operator.itemgetter(3, 4)
)
self._create_markers()