Re: [Planner Dev] Fix for patch for the Link button patch against 0.11 CVS.





I did pkg-config --modversion gtk+  and got 1.2.10
Is that the right shell command to use ?.

Yes it looks like what I build ends up sorted
differently from what you build from CVS.

I get a clean compile and nothing is squeeking as
to wrong version so this anomaly needs to be corrected
in code.

Certainly Task1 -> Task2 ->Task3 is what we want by
default. We dont have a row-id ordinal of some kind to
verify the sort order and then choose to run up or down
the list i.e. some number that runs 1,2,3,4,5,6 based
on the position that the gantt is displayed but can we
compare GtkTreeIter.stamp ?

Rgds,
Lincoln

Richard Hult wrote:

mån 2004-02-16 klockan 15.21 skrev lincoln phipps openmutual net:

Richard,
	I just checked out the latest CVS copy (from anon so
I had to wait a bit as the CVS server was playing up and out
of sync), and the link button is around the wrong way from
how my original patch did it i.e. the expected link isn't
top-down visually but bottom up visually.

Attached is a patch to the current CVS to fix this orientation ;)


Hm? Here, CVS does the following:

Task 1
Task 2
Task 3

select all and link:

Task 1 -> Task 2 -> Task 3

Which should be the expected behavior I'm sure?

If that's not what you are seeing, there might be a difference in how
the selection is returned in different versions of GTK+ (I'm using
2.3.x) , and we might need to make sure that the list is sorted
according to the visual order.

/Richard




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