[Bug 5428] New: "Gtk::TreeSelection::unselect_all" is equal to "select_all"

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Fri Jun 5 22:36:35 CEST 2009


http://bugzilla.xfce.org/show_bug.cgi?id=5428

           Summary: "Gtk::TreeSelection::unselect_all" is equal to
                    "select_all"
           Product: XFC
           Version: unspecified
          Platform: PC (x86)
               URL: http://www.hackyourmind.org/
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: Medium
         Component: libXFCui
        AssignedTo: xfc-bugs at xfce.org
        ReportedBy: wicker25 at gmail.com


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());"
}

----------------------

-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Xfc-bugs mailing list