1
1

1999-03-19 Jonathan Blandford <jrb@redhat.com>

* gdialogs.c (file_progress_show_bytes): bug fix proposed by Max
	Weninger <max@takefive.co.at>
Этот коммит содержится в:
Jonathan Blandford 1999-03-19 19:09:43 +00:00
родитель 30059ac53c
Коммит 4c205131ec
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -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;