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

@ -62,6 +62,7 @@ struct _GimpStatusbar
GtkWidget *cancel_button;
gboolean progress_active;
gboolean progress_shown;
gdouble progress_value;
};
struct _GimpStatusbarClass