on_nophotos_toggled missing self as an argument
svn: r653
This commit is contained in:
parent
2f42e62ad6
commit
607309b1ab
@ -982,7 +982,7 @@ class WebReportDialog(ReportDialog):
|
|||||||
# Callback functions from the dialog
|
# 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
|
"""Keep the 'restrict photos' checkbox in line with the 'no
|
||||||
photos' checkbox. If there are no photos included, it makes
|
photos' checkbox. If there are no photos included, it makes
|
||||||
no sense to worry about restricting which photos are included,
|
no sense to worry about restricting which photos are included,
|
||||||
|
Loading…
Reference in New Issue
Block a user