Ticket #3983: select_suspend_not_skip_bydefault.patch

File select_suspend_not_skip_bydefault.patch, 498 bytes (added by howaboutsynergy, 5 years ago)
  • src/filemanager/filegui.c

    diff --git a/src/filemanager/filegui.c b/src/filemanager/filegui.c
    index 3f969b763..235b8e3b9 100644
    a b file_op_context_create_ui (file_op_context_t * ctx, gboolean with_eta, 
    849849 
    850850    place_progress_buttons (ui->op_dlg, FALSE); 
    851851 
    852     widget_select (progress_buttons[0].w); 
     852    widget_select (progress_buttons[1].w); 
    853853 
    854854    /* We will manage the dialog without any help, that's why 
    855855       we have to call dlg_init */