[gimp] Should try the code before pushing...
- From: Michael Natterer <mitch src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] Should try the code before pushing...
- Date: Sat, 1 Aug 2009 20:53:53 +0000 (UTC)
commit 5f66faf95318b66a97d6b2cc16d7bcfb3f4a8f01
Author: Michael Natterer <mitch gimp org>
Date: Sat Aug 1 22:53:31 2009 +0200
Should try the code before pushing...
app/core/gimpitem.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimpitem.c b/app/core/gimpitem.c
index 281b9dd..b31cee9 100644
--- a/app/core/gimpitem.c
+++ b/app/core/gimpitem.c
@@ -675,7 +675,7 @@ gimp_item_get_container_iter (GimpItem *item)
g_return_val_if_fail (GIMP_IS_ITEM (item), NULL);
- container = gimp_item_get_container (container);
+ container = gimp_item_get_container (item);
if (container)
return GIMP_LIST (container)->list;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]