Hello, Wilfred! Wilfred van Rooijen wrote: > I updated to revision 466 of gpodder, and when I run > 'make test &', this is the result: [...] > TypeError: object of type `GtkTreeView' does not have > property `has-tooltip' [...] > What am I doing wrong? Do I need to delete my config > files or something like that?
Actually, this is because you have a PyGTK version before 2.12 installed. If you want to have neat, informative tooltips when hovering your mouse over a channel in the channel navigator, upgrade to PyGTK 2.12. If you want to work with gPodder without upgrading, please do a "svn update" in your working directory - I've just commited a new patch into our repository that will handle the error and simply disable the tooltips if it cannot hook up the tooltip. Thanks for your bug report, though :) Thomas _______________________________________________ gpodder-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-devel
