Comment 9 for bug 316959

Revision history for this message
Tim Sharitt (tsharitt) wrote : Re: Music folder appears twice in Rhythmbox

This seems to be due to rhythmbox adding the users music folder to the bookmarks when opening the file chooser. If the line
gtk_file_chooser_add_shortcut_folder (GTK_FILE_CHOOSER (dialog),
           rb_music_dir (),
           NULL);
is removed from widgets/rb-dialog.c, the problem goes away. If the Music bookmark isn't already set, it is placed in the file chooser window and appers only once.
I don't really know if there should be a check to see if the folder already exists, and I don't know if it should be done by rhythmbox or gtk+. I think this is more of an issue with gtk than rhythmbox, as any application adding a bookmark which already exists would cause the same problem.