> header-pane.cc: In member function `virtual void > pan::HeaderPane::on_tree_change(const pan::Data::ArticleTree::Diffs&)': > header-pane.cc:777: error: `GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID' was > not declared in this scope
Put this in 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 _______________________________________________ Pan-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/pan-users
