--- thunar/thunar/thunar-progress-dialog.c.orig 2010-11-17 15:41:09.448041545 -0500 +++ thunar/thunar/thunar-progress-dialog.c 2010-11-17 15:41:55.641156218 -0500 @@ -149,7 +149,7 @@ thunar_progress_dialog_shown (ThunarProg /* show the status icon */ if (dialog->status_icon == NULL) { - dialog->status_icon = gtk_status_icon_new_from_icon_name ("stock_folder-copy"); + dialog->status_icon = gtk_status_icon_new_from_icon_name ("stock_copy"); thunar_progress_dialog_update_status_icon (dialog); g_signal_connect_swapped (dialog->status_icon, "button-press-event", G_CALLBACK (thunar_progress_dialog_toggled), --- thunar/thunar/thunar-application.c.orig 2010-11-17 15:45:25.003498799 -0500 +++ thunar/thunar/thunar-application.c 2010-11-17 15:45:46.270064852 -0500 @@ -1447,7 +1447,7 @@ thunar_application_copy_to (ThunarApplic _thunar_return_if_fail (THUNAR_IS_APPLICATION (application)); /* launch the operation */ - thunar_application_launch (application, parent, "stock_folder-copy", + thunar_application_launch (application, parent, "stock_copy", _("Copying files..."), thunar_io_jobs_copy_files, source_file_list, target_file_list, new_files_closure); } --- thunar/thunar/thunar-dialogs.c.orig 2010-11-17 15:46:40.369808977 -0500 +++ thunar/thunar/thunar-dialogs.c 2010-11-17 15:46:57.136396100 -0500 @@ -597,7 +597,7 @@ thunar_dialogs_show_job_ask_replace (Gtk gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox), table, TRUE, TRUE, 0); gtk_widget_show (table); - image = gtk_image_new_from_icon_name ("stock_folder-copy", GTK_ICON_SIZE_BUTTON); + image = gtk_image_new_from_icon_name ("stock_copy", GTK_ICON_SIZE_BUTTON); gtk_misc_set_alignment (GTK_MISC (image), 0.5f, 0.0f); gtk_misc_set_padding (GTK_MISC (image), 6, 6); gtk_table_attach (GTK_TABLE (table), image, 0, 1, 0, 1, GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0); --- thunar/thunar/thunar-application.c.orig 2010-11-17 15:55:56.393846934 -0500 +++ thunar/thunar/thunar-application.c 2010-11-17 15:56:57.013560528 -0500 @@ -1488,7 +1488,7 @@ thunar_application_copy_into (ThunarAppl g_free (display_name); /* collect the target files and launch the job */ - thunar_application_collect_and_launch (application, parent, "stock_folder-copy", + thunar_application_collect_and_launch (application, parent, "stock_copy", title, thunar_io_jobs_copy_files, source_file_list, target_file, new_files_closure);