[gimp] app: small fix for the previous patch in gimp_group_layer_update_size()
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: small fix for the previous patch in gimp_group_layer_update_size()
- Date: Wed, 24 Jun 2015 17:41:40 +0000 (UTC)
commit b12ecc71957ec9cfcead2d0757088a1111ae3065
Author: Michael Natterer <mitch gimp org>
Date: Wed Jun 24 19:40:54 2015 +0200
app: small fix for the previous patch in gimp_group_layer_update_size()
app/core/gimpgrouplayer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimpgrouplayer.c b/app/core/gimpgrouplayer.c
index d562222..25ee110 100644
--- a/app/core/gimpgrouplayer.c
+++ b/app/core/gimpgrouplayer.c
@@ -1210,7 +1210,7 @@ gimp_group_layer_update_size (GimpGroupLayer *group)
x, y, width, height);
/* see comment in gimp_group_layer_stack_update() below */
- gimp_pickable_flush (GIMP_PICKABLE (GET_PRIVATE (group)->projection));
+ gimp_pickable_flush (GIMP_PICKABLE (private->projection));
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]