[gimp] Don't consider group items as non-lockable any longer
- From: Michael Natterer <mitch src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] Don't consider group items as non-lockable any longer
- Date: Sat, 29 Aug 2009 10:55:02 +0000 (UTC)
commit dc738d229eadc6c04bc83e628b715dbb2c01725c
Author: Michael Natterer <mitch gimp org>
Date: Sat Aug 29 12:54:25 2009 +0200
Don't consider group items as non-lockable any longer
app/core/gimpitem.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/app/core/gimpitem.c b/app/core/gimpitem.c
index 191e42b..ffe7dbd 100644
--- a/app/core/gimpitem.c
+++ b/app/core/gimpitem.c
@@ -1678,9 +1678,6 @@ gimp_item_can_lock_content (const GimpItem *item)
{
g_return_val_if_fail (GIMP_IS_ITEM (item), FALSE);
- if (gimp_viewable_get_children (GIMP_VIEWABLE (item)))
- return FALSE;
-
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]