From 36e3ceb7a8550febfff9aca0129713857e73b536 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sun, 23 Dec 2001 01:41:08 +0000 Subject: [PATCH] on_nophotos_toggled missing self as an argument svn: r653 --- gramps/src/plugins/WebPage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/src/plugins/WebPage.py b/gramps/src/plugins/WebPage.py index 15e7ce01d..393b37513 100644 --- a/gramps/src/plugins/WebPage.py +++ b/gramps/src/plugins/WebPage.py @@ -982,7 +982,7 @@ class WebReportDialog(ReportDialog): # Callback functions from the dialog # #------------------------------------------------------------------------ - def on_nophotos_toggled(obj): + def on_nophotos_toggled(self,obj): """Keep the 'restrict photos' checkbox in line with the 'no photos' checkbox. If there are no photos included, it makes no sense to worry about restricting which photos are included,