0001044: ReportWeb Site, tab Page Generation - items in dropdown list do not sort correctly
svn: r8471
This commit is contained in:
parent
f00b8f381c
commit
f6daab7c33
@ -1,3 +1,7 @@
|
||||
2007-05-14 Brian Matherly <brian@gramps-project.org>
|
||||
* src/plugins/NarrativeWeb.py: 0001044: ReportWeb Site, tab Page Generation
|
||||
- items in dropdown list do not sort correctly
|
||||
|
||||
2007-05-14 Espen Berg <espen.berg@ntnu.no>
|
||||
* src/DateHandler/_Date_nb.py:
|
||||
|
||||
|
@ -2640,8 +2640,8 @@ class WebReportOptions(ReportOptions):
|
||||
|
||||
data = cursor.next()
|
||||
cursor.close()
|
||||
media_list.sort()
|
||||
html_list.sort()
|
||||
media_list.sort(strcoll_case_sensitive)
|
||||
html_list.sort(strcoll_case_sensitive)
|
||||
|
||||
self.home_note = mk_combobox(media_list,self.options_dict['NWEBhomenote'])
|
||||
self.intro_note = mk_combobox(media_list,self.options_dict['NWEBintronote'])
|
||||
|
Loading…
Reference in New Issue
Block a user