gimp r26753 - in trunk: . app/dialogs
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26753 - in trunk: . app/dialogs
- Date: Mon, 25 Aug 2008 11:41:04 +0000 (UTC)
Author: neo
Date: Mon Aug 25 11:41:03 2008
New Revision: 26753
URL: http://svn.gnome.org/viewvc/gimp?rev=26753&view=rev
Log:
2008-08-25 Sven Neumann <sven gimp org>
* app/dialogs/image-scale-dialog.c: hide the Scale dialog before
starting to perform the scale operation.
Modified:
trunk/ChangeLog
trunk/app/dialogs/image-scale-dialog.c
Modified: trunk/app/dialogs/image-scale-dialog.c
==============================================================================
--- trunk/app/dialogs/image-scale-dialog.c (original)
+++ trunk/app/dialogs/image-scale-dialog.c Mon Aug 25 11:41:03 2008
@@ -171,7 +171,7 @@
break;
case GIMP_IMAGE_SCALE_OK:
- /* If all is well, return directly after scaling image. */
+ gtk_widget_hide (widget);
dialog->callback (dialog->dialog,
GIMP_VIEWABLE (dialog->image),
dialog->width,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]