gimp r26388 - in trunk: . app/core
- From: martinn svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26388 - in trunk: . app/core
- Date: Tue, 5 Aug 2008 17:01:51 +0000 (UTC)
Author: martinn
Date: Tue Aug 5 17:01:51 2008
New Revision: 26388
URL: http://svn.gnome.org/viewvc/gimp?rev=26388&view=rev
Log:
2008-08-05 Martin Nordholts <martinn svn gnome org>
* app/core/gimpimage.c (gimp_image_real_size_changed_detailed):
Clarify the design with a comment.
Modified:
trunk/ChangeLog
trunk/app/core/gimpimage.c
Modified: trunk/app/core/gimpimage.c
==============================================================================
--- trunk/app/core/gimpimage.c (original)
+++ trunk/app/core/gimpimage.c Tue Aug 5 17:01:51 2008
@@ -1124,6 +1124,10 @@
gint previous_origin_x,
gint previous_origin_y)
{
+ /* Whenever GimpImage::size-changed-detailed is emitted, so is
+ * GimpViewable::size-changed. Clients choose what signal to listen
+ * to depending on how much info they need.
+ */
gimp_viewable_size_changed (GIMP_VIEWABLE (image));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]