BaseApplication::manage_options() method is successively invoked for all derived...
commitb989dc75cea2689ee2ed07686b62b3a427cd3e35
authorPierre Wieser <pwieser@trychlos.org>
Sat, 22 Jan 2011 13:54:57 +0000 (22 14:54 +0100)
committerPierre Wieser <pwieser@trychlos.org>
Mon, 24 Jan 2011 19:39:02 +0000 (24 20:39 +0100)
treebccde47335aa92d197773d4ea922deca9262eb07
parent5e5fc6a39452a674e382db8a8949259761270368
BaseApplication::manage_options() method is successively invoked for all derived classes

Rationale: invoking the parent class method from the derived class, hoping that this will successively
invoke all class hierarchy, does not work if one of the intermediate class does not actually implement
this virtual method.
ChangeLog
src/nact/base-application.c
src/nact/base-application.h
src/nact/nact-application.c