From: Chris W. <chr...@ch...> - 2011-12-05 20:36:22
|
Hi folks! I've got changes in my working copy that clean up the AppConfig class and the preferences dialog. It looks like there was an intention at some point to make the preferences panels embeddable in other dialogs, but this doesn't seem to have come to pass, and the result is a lot of dead code paths. Can I go ahead and commit these changes? They result in an AppConfig class that is almost entirely devoid of presentation logic (two methods to relocate to a more appropriate place when I get to that class) and a simplified abstract base class for the preference panel stuff. Regards, Chris |