* filegui.c (init_replace): Don't show the "Reget" button when
moving files. Reported by Arpad Biro <biro_arpad@yahoo.com>
Этот коммит содержится в:
родитель
b1494c9876
Коммит
c7c3073133
@ -1,5 +1,8 @@
|
||||
2004-01-23 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* filegui.c (init_replace): Don't show the "Reget" button when
|
||||
moving files. Reported by Arpad Biro <biro_arpad@yahoo.com>
|
||||
|
||||
* fileopctx.h: Add "operation" filed to FileOpContext.
|
||||
* fileopctx.c (file_op_context_new): Add "operation" argument.
|
||||
* filegui.c (file_op_context_create_ui): Remove "operation"
|
||||
|
@ -622,11 +622,11 @@ init_replace (FileOpContext *ctx, enum OperationMode mode)
|
||||
|
||||
/* "this target..." widgets */
|
||||
if (!S_ISDIR (ui->d_stat->st_mode)) {
|
||||
if ((ui->d_stat->st_size
|
||||
&& ui->s_stat->st_size > ui->d_stat->st_size))
|
||||
ADD_RD_BUTTON (7);
|
||||
if ((ctx->operation == OP_COPY) && (ui->d_stat->st_size != 0)
|
||||
&& (ui->s_stat->st_size > ui->d_stat->st_size))
|
||||
ADD_RD_BUTTON (7); /* reget */
|
||||
|
||||
ADD_RD_BUTTON (8);
|
||||
ADD_RD_BUTTON (8); /* Overwrite all targets? */
|
||||
}
|
||||
ADD_RD_BUTTON (9);
|
||||
ADD_RD_BUTTON (10);
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user