aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/extensions/musicinsert.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/extensions/musicinsert.c')
-rw-r--r--src/plugins/fs/extensions/musicinsert.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/fs/extensions/musicinsert.c b/src/plugins/fs/extensions/musicinsert.c
index 317f3f9c..a586e362 100644
--- a/src/plugins/fs/extensions/musicinsert.c
+++ b/src/plugins/fs/extensions/musicinsert.c
@@ -134,7 +134,7 @@ show_musicinsertdialog ()
134 gtk_widget_show (GTK_WIDGET (typecombobox)); 134 gtk_widget_show (GTK_WIDGET (typecombobox));
135 135
136 /* 136 /*
137 * treeview creation 137 * treeview creation
138 */ 138 */
139 139
140 /* liststore model */ 140 /* liststore model */
@@ -317,7 +317,7 @@ show_musicinsertdialog ()
317 (gpointer) NULL); 317 (gpointer) NULL);
318 318
319 /* 319 /*
320 * show the main window 320 * show the main window
321 */ 321 */
322 gtk_widget_show (musicinsertdialog); 322 gtk_widget_show (musicinsertdialog);
323} 323}
@@ -666,7 +666,7 @@ insertfiles ()
666 666
667 /* TODO : take care of the 'Insert as an album'/'Insert files separately' options 667 /* TODO : take care of the 'Insert as an album'/'Insert files separately' options
668 * and create or not a gnunet directory containing the files 668 * and create or not a gnunet directory containing the files
669 * 669 *
670 * TODO : Create a file and album description from metadatas - an idea : 670 * TODO : Create a file and album description from metadatas - an idea :
671 * Artist: Song (Album) - Type and Format # for files 671 * Artist: Song (Album) - Type and Format # for files
672 * Artist: Album - Type and number of the files # or album 672 * Artist: Album - Type and number of the files # or album
@@ -1010,7 +1010,7 @@ remove_file_from_list (gpointer user_data)
1010 gtk_tree_view_get_selection (GTK_TREE_VIEW (filelist)); 1010 gtk_tree_view_get_selection (GTK_TREE_VIEW (filelist));
1011 GList *selected_paths = 1011 GList *selected_paths =
1012 gtk_tree_selection_get_selected_rows (selection, 1012 gtk_tree_selection_get_selected_rows (selection,
1013 (GtkTreeModel **) 1013 (GtkTreeModel **)
1014 &filelist_store); 1014 &filelist_store);
1015 GList *selected_refs = NULL; 1015 GList *selected_refs = NULL;
1016 GtkTreePath *path; 1016 GtkTreePath *path;