[Bug 17029] rhythmbox should allow multiple discontinuous genre/artist/album selections
bugzilla-daemon at bugzilla.ubuntu.com
bugzilla-daemon at bugzilla.ubuntu.com
Wed Nov 16 02:00:23 UTC 2005
Please do not reply to this email. You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=17029
Ubuntu | rhythmbox
mandelbergd at eth0.is-a-geek.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|enhancement |trivial
------- Additional Comments From mandelbergd at eth0.is-a-geek.org 2005-11-16 02:00 UTC -------
By the way, the relevent code is:
widgets/rb-property-view.c:
rb_property_view_set_selection_mode (RBPropertyView *view,
GtkSelectionMode mode)
{
g_return_if_fail (mode == GTK_SELECTION_SINGLE || mode ==
GTK_SELECTION_MULTIPLE);
gtk_tree_selection_set_mode (gtk_tree_view_get_selection (GTK_TREE_VIEW
(view->priv->treeview)),
mode);
}
and
sources/rb-library-source.c:
rb_property_view_set_selection_mode (source->priv->XXXXXX, GTK_SELECTION_MULTIPLE);
where XXXXXX is one of genre, album, and artist.
--
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the desktop-bugs
mailing list