https://bugs.gpodder.org/show_bug.cgi?id=435
Thomas Perl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|2.4 |--- --- Comment #9 from Thomas Perl <[email protected]> 2010-03-14 20:34:04 GMT --- Some remarks/feedback: * Encapsulate the user module handler into a separate class to avoid module-global variables * Instantiate the user module handler in gui.py and pass it down to every part of the code that needs it (the same way the config and db objects are currently passed "down") to make the dependencies transparent This will not only make the code cleaner and more reusable, but we can also create an UI to manage these user extensions (i.e. allow to create, edit and enable/disable user extension directly from the UI). -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
