Index: thunar/thunar-progress-dialog.c =================================================================== --- thunar/thunar-progress-dialog.c (revision 22344) +++ thunar/thunar-progress-dialog.c (working copy) @@ -496,7 +496,7 @@ GTimeVal current_time; gulong remaining_time; gulong elapsed_time; - gchar text[32]; + gchar text[512]; g_return_if_fail (THUNAR_IS_PROGRESS_DIALOG (dialog)); g_return_if_fail (percent >= 0.0 && percent <= 100.0);