app/display/gimpstatusbar.[ch] only update the GtkProgressBar if that

2007-12-30  Sven Neumann  <sven@gimp.org>

	* app/display/gimpstatusbar.[ch]
	* app/widgets/gimpprogressbox.[ch]: only update the 
GtkProgressBar
	if that would cause a visible change.


svn path=/trunk/; revision=24487
This commit is contained in:
Sven Neumann
2007-12-30 17:25:58 +00:00
committed by Sven Neumann
parent 7313f6d06c
commit 0d818d9ad3
5 changed files with 36 additions and 14 deletions

View File

@ -43,6 +43,7 @@ struct _GimpProgressBox
gboolean active;
gboolean cancelable;
gdouble value;
GtkWidget *label;
GtkWidget *progress;