Test duplicate shortcuts
Add an application shortcut for the Music folder in testfilechooser. The file chooser used to filter duplicates out, but this broke in the sidebar merge.
This commit is contained in:
@@ -674,6 +674,9 @@ main (int argc, char **argv)
|
||||
gtk_file_chooser_add_shortcut_folder_uri (GTK_FILE_CHOOSER (dialog),
|
||||
"file:///usr/share/pixmaps",
|
||||
NULL);
|
||||
gtk_file_chooser_add_shortcut_folder (GTK_FILE_CHOOSER (dialog),
|
||||
g_get_user_special_dir (G_USER_DIRECTORY_MUSIC),
|
||||
NULL);
|
||||
|
||||
/* Initial filename or folder */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user