Documentation of _congfiguredObserver has a typo

Bug #1231698 reported by Glenn Ramsey
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MAPClient
Fix Released
Low
Unassigned

Bug Description

The documentation says:

A Step Should

        Implement the configure method to configure the step. This is typically in the form of a dialog. When implementing this function the class method self._configureObserver() should be called to inform the application that the step configuration has finished.

self._configureObserver() should be self._configuredObserver()

Apparently it also needs to set self._configured to True. Since _configured is a private variable it would be better to provide a public method to do this. I suggest
void setConfigured(bool) and bool getConfigured() (psuedocode, not python)

Related branches

Glenn Ramsey (gram003)
description: updated
description: updated
Glenn Ramsey (gram003)
summary: - Documenation of _congfiguredObserver has a typo
+ Documentation of _congfiguredObserver has a typo
Hugh Sorby (h-sorby)
Changed in mapclient:
milestone: none → 0.9.1
Hugh Sorby (h-sorby)
Changed in mapclient:
status: New → Fix Committed
importance: Undecided → Low
Hugh Sorby (h-sorby)
Changed in mapclient:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.