gthumb r2226 - in branches/gthumb-2-10: . src
- From: mjc svn gnome org
- To: svn-commits-list gnome org
- Subject: gthumb r2226 - in branches/gthumb-2-10: . src
- Date: Mon, 28 Jan 2008 20:15:46 +0000 (GMT)
Author: mjc
Date: Mon Jan 28 20:15:46 2008
New Revision: 2226
URL: http://svn.gnome.org/viewvc/gthumb?rev=2226&view=rev
Log:
2008-01-28 Michael J. Chudobiak <mjc svn gnome org>
* NEWS:
* src/gth-browser.c: (save_pixbuf__image_saved_cb):
* src/gth-viewer.c: (save_pixbuf__image_saved_cb):
Fixed bug #510521 - Canceling Save stops movement between pictures.
Patch by Manuel Braga <mul braga gmail com>.
Modified:
branches/gthumb-2-10/ChangeLog
branches/gthumb-2-10/NEWS
branches/gthumb-2-10/src/gth-browser.c
branches/gthumb-2-10/src/gth-viewer.c
Modified: branches/gthumb-2-10/NEWS
==============================================================================
--- branches/gthumb-2-10/NEWS (original)
+++ branches/gthumb-2-10/NEWS Mon Jan 28 20:15:46 2008
@@ -3,6 +3,7 @@
* Fixed bug #508873 - gthumb cannot scale up images
* Fixed bug #510326 - x-content/* support
+ * Fixed bug #510521 - Canceling Save stops movement between pictures
version 2.10.8
--------------
Modified: branches/gthumb-2-10/src/gth-browser.c
==============================================================================
--- branches/gthumb-2-10/src/gth-browser.c (original)
+++ branches/gthumb-2-10/src/gth-browser.c Mon Jan 28 20:15:46 2008
@@ -1821,6 +1821,8 @@
file,
save_pixbuf__jpeg_data_saved_cb,
browser);
+ else
+ browser->priv->saving_modified_image = FALSE;
}
Modified: branches/gthumb-2-10/src/gth-viewer.c
==============================================================================
--- branches/gthumb-2-10/src/gth-viewer.c (original)
+++ branches/gthumb-2-10/src/gth-viewer.c Mon Jan 28 20:15:46 2008
@@ -942,6 +942,8 @@
file,
save_pixbuf__jpeg_data_saved_cb,
viewer);
+ else
+ viewer->priv->saving_modified_image = FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]