https://bugs.gpodder.org/show_bug.cgi?id=1093
--- Comment #4 from Vladimir Voroshilov <[email protected]> 2010-08-25 12:33:56 BST --- Created an attachment (id=554) --> (https://bugs.gpodder.org/attachment.cgi?id=554) Fix prefrences window for 2.7 under Windows (workaround) For some reason Gtk.Adjustement class does not have set_upper method in my windows system. Gtk version (reported by "print gtk.gtk_version" before set_upper method) is {2,18,7}. Since set_upper is missing python raises AttributeError exception while gpodder is configuring preferences window and thus window losts most of it's members. Looks like a bug in python/gtk. But if you need workaround attached patch will help you. It is pretty simple and obvious. With this patch preferences window working Ok again (e.g. not freezes while choosing sync directory). -- 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
