fix typo/parens causing exception
svn: r9864
This commit is contained in:
		@@ -1,3 +1,6 @@
 | 
			
		||||
2008.01.17 Jim Sack <jgsack@san.rr.com>
 | 
			
		||||
	* src/plugins/NarrativeWeb.py : fix parens typo/error
 | 
			
		||||
 | 
			
		||||
2008-01-17 Benny Malengier <benny.malengier@gramps-project.org>
 | 
			
		||||
	* src/DataViews/_RelationView.py: isue #1605, not twice in same family
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -2731,7 +2731,7 @@ class WebReportOptions(ReportOptions):
 | 
			
		||||
        if filter_index > len(filter_list):
 | 
			
		||||
            filter_index = 0
 | 
			
		||||
        self.filter_menu.set_active(filter_index)
 | 
			
		||||
        dialog.add_option(_('Filter',self.filter_menu))
 | 
			
		||||
        dialog.add_option(_('Filter'),self.filter_menu)
 | 
			
		||||
 | 
			
		||||
        self.no_private = gtk.CheckButton(priv_msg)
 | 
			
		||||
        self.no_private.set_active(not self.options_dict['NWEBincpriv'])
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user