! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
"Gtk::TreeSelection::unselect_all" is equal to "select_all"
Status:
RESOLVED: WONTFIX

Comments

Description wicker25 2009-06-05 20:36:35 CEST
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());"
}

----------------------
Comment 1 Skunnyk editbugs 2018-09-22 16:43:52 CEST
This project has been archived, so we are closing related bugs.

Bug #5428

Reported by:
wicker25
Reported on: 2009-06-05
Last modified on: 2018-09-22

People

Assignee:
XFC Bugs Triage
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information