gimp r26986 - in trunk: . app/core
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26986 - in trunk: . app/core
- Date: Wed, 17 Sep 2008 23:26:02 +0000 (UTC)
Author: neo
Date: Wed Sep 17 23:26:02 2008
New Revision: 26986
URL: http://svn.gnome.org/viewvc/gimp?rev=26986&view=rev
Log:
2008-09-18 Sven Neumann <sven gimp org>
* app/core/gimpdrawable-shadow.c
(gimp_drawable_get_shadow_tiles):
no need to check if the drawable is attached as shadow tiles are
per drawable now.
Modified:
trunk/ChangeLog
trunk/app/core/gimpdrawable-shadow.c
Modified: trunk/app/core/gimpdrawable-shadow.c
==============================================================================
--- trunk/app/core/gimpdrawable-shadow.c (original)
+++ trunk/app/core/gimpdrawable-shadow.c Wed Sep 17 23:26:02 2008
@@ -38,8 +38,6 @@
item = GIMP_ITEM (drawable);
- g_return_val_if_fail (gimp_item_is_attached (item), NULL);
-
if (drawable->shadow)
{
if ((gimp_item_width (item) != tile_manager_width (drawable->shadow)) ||
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]