Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 262519
Collapse All | Expand All

(-)xarchiver-0.5.2.orig/src/window.c (+3 lines)
Lines 1724-1729 Link Here
1724
			gtk_tree_selection_selected_foreach (selection,(GtkTreeSelectionForeachFunc) xa_concat_selected_filenames,&names);
1724
			gtk_tree_selection_selected_foreach (selection,(GtkTreeSelectionForeachFunc) xa_concat_selected_filenames,&names);
1725
			archive->full_path = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON (extract_window->extract_full));
1725
			archive->full_path = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON (extract_window->extract_full));
1726
			archive->overwrite = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON (extract_window->overwrite_check));
1726
			archive->overwrite = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON (extract_window->overwrite_check));
1727
			gchar *unescaped_extraction_path = archive->extraction_path;
1728
			archive->extraction_path = xa_escape_filename(unescaped_extraction_path, "$'`\"\\!?* ()[]&|:;<>#");
1729
			g_free(unescaped_extraction_path);
1727
			(*archive->extract) (archive,names);
1730
			(*archive->extract) (archive,names);
1728
1731
1729
			g_list_foreach (row_list,(GFunc) gtk_tree_path_free,NULL);
1732
			g_list_foreach (row_list,(GFunc) gtk_tree_path_free,NULL);

Return to bug 262519