1999-03-19 Jonathan Blandford <jrb@redhat.com>
* gdialogs.c (file_progress_show_bytes): bug fix proposed by Max Weninger <max@takefive.co.at>
Этот коммит содержится в:
родитель
30059ac53c
Коммит
4c205131ec
@ -1,5 +1,8 @@
|
||||
1999-03-19 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gdialogs.c (file_progress_show_bytes): bug fix proposed by Max
|
||||
Weninger <max@takefive.co.at>
|
||||
|
||||
* gcmd.c (dentry_apply_callback): new function.
|
||||
(gnome_new_launcher): We can now create new
|
||||
|
||||
|
@ -281,7 +281,7 @@ file_progress_show_bytes (FileOpContext *ctx, double done, double total)
|
||||
double perc;
|
||||
|
||||
g_return_val_if_fail (ctx != NULL, FILE_CONT);
|
||||
|
||||
g_return_val_if_fail (total > 0, FILE_CONT);
|
||||
/* ctx->ui might be NULL for background processes */
|
||||
if (ctx->ui == NULL)
|
||||
return FILE_CONT;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user