https://bugs.gpodder.org/show_bug.cgi?id=1478
Thomas Perl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[email protected] |[email protected] --- Comment #5 from Thomas Perl <[email protected]> 2011-11-27 21:40:39 GMT --- (In reply to comment #4) > Created attachment 670 [details] > patch Thanks for the patch. Some remarks: * Please remove the logging stuff * Why do you "import dbus.exceptions" in dbus/__init__.py? * Write def DBusGMainLoop(set_as_default=True): like this: def DBusGMainLoop(*args, **kwargs): pass After these changes, I think it can go into the repository. -- 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
