Skip to content
  • Kristian Rietveld's avatar
    Bug 611922 - gtk_tree_model_sort_ref_node() is too slow · 7677e2d4
    Kristian Rietveld authored
    Referencing a parent node for each referenced node is overdone.  Instead,
    we now reference the parent from build_level and unreference in free_level.
    Each level keeps a single reference on its immediate parent.  This both
    alleviates the performence problems and should perfectly serve the purpose.
    7677e2d4