GNOME Bugzilla – Bug 429449
pan 0.126, 0.127 won't compile w/gtk 2.6.x
Last modified: 2007-04-21 00:51:59 UTC
Hi, I think that the fix for bug 411447 uses a function that only exists in GTK versions >= 2.8. I'm running GTK 2.6.10 and pan now won't compile, because source file header-pane.cc uses "gtk_tree_view_get_visible_range()", which was introduced to GTK in version 2.8. Is this an oversight, or has the minimum GTK version changed? Thanks!
Hm, I'm torn on this. The new function call fixes a problem that's popped up again and again w.r.t. the header pane selection line being in the wrong place when articles are added/deleted/filtered/unfiltered. OTOH it would be nice to keep 2.6 compatibility. Perhaps the call could be wrapped in an #ifdef...
http://svn.gnome.org/viewcvs/pan2?view=rev&revision=232
*** Bug 430781 has been marked as a duplicate of this bug. ***