> header-pane.cc: In member function `virtual void > pan::HeaderPane::on_tree_change(const > pan::Data::ArticleTree::Diffs&)': > header-pane.cc:762: error: > `GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID' was not > declared in this scope
Add this to pan/gui/pan-tree.h after the #include lines: #if !GTK_CHECK_VERSION(2,6,0) #define GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID (-2) #endif cheers, Charles _______________________________________________ Pan-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/pan-users
