When I use the unselect function, all elements are selected as with function "select_all".. (sorry for my bad english) In "/usr/include/xfce4/xfc/gtk/inline/treeselection.inl ": ----------------------- inline void Xfc::Gtk::TreeSelection::select_all() { gtk_tree_selection_select_all(gtk_tree_selection()); } inline void Xfc::Gtk::TreeSelection::unselect_all() { gtk_tree_selection_select_all(gtk_tree_selection()); // Correct is "gtk_tree_selection_unselect_all(gtk_tree_selection());" } ----------------------
This project has been archived, so we are closing related bugs.