pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-users] 0.95 Compile problem with gtk < 2.6


From: Charles Kerr
Subject: Re: [Pan-users] 0.95 Compile problem with gtk < 2.6
Date: Mon, 1 May 2006 14:31:38 -0500 (CDT)
User-agent: SquirrelMail/1.4.6 [CVS]

> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]