[gimp] app: small fix to last commit
- From: Ell <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: small fix to last commit
- Date: Fri, 4 Jan 2019 20:32:43 +0000 (UTC)
commit d39ac2a3f0a4ad57b07e05f0fc163293f030a365
Author: Ell <ell_se yahoo com>
Date: Fri Jan 4 15:30:25 2019 -0500
app: small fix to last commit
app/widgets/gimphistogrameditor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/widgets/gimphistogrameditor.c b/app/widgets/gimphistogrameditor.c
index 2552762df4..6d8cabdf73 100644
--- a/app/widgets/gimphistogrameditor.c
+++ b/app/widgets/gimphistogrameditor.c
@@ -480,7 +480,7 @@ gimp_histogram_editor_calculate_async_callback (GimpAsync *async,
editor->bg_pending = FALSE;
- if (update_pending)
+ if (editor->update_pending)
gimp_histogram_editor_update (editor);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]