[Xfce-bugs] [Bug 16516] Move network to the bottom of tree view

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Thu Mar 19 10:34:11 CET 2020


https://bugzilla.xfce.org/show_bug.cgi?id=16516

--- Comment #8 from Theo Linkspfeifer <lastonestanding at tutanota.com> ---
> You switched from "lesss than" to "greater than" for a special reason ?
The loop now goes in the other direction (node = node->next).

> Think that loop can be done with only one "node" variable:
That was my initial plan, but there were corner cases. When a volume is added
to the list, the loop will break after finding the Network node (item->device
== NULL). Therefore, the new entry will be added below the Network one ->
wrong.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list