[Pkg-cli-apps-commits] [SCM] pinta branch, master, updated. debian/0.4+dfsg-1-8-g7aaf558

Maia Kozheva sikon at ubuntu.com
Tue Jul 27 10:42:43 UTC 2010


The following commit has been merged in the master branch:
commit f223303a9d3f4978d4f15dbda8710620502abba2
Author: Maia Kozheva <sikon at ubuntu.com>
Date:   Tue Jul 27 17:15:16 2010 +0700

    Fix exceptions and data loss when clicking two mouse buttons while drawing

diff --git a/debian/patches/double_save_exception.patch b/debian/patches/double_save_exception.patch
new file mode 100644
index 0000000..a5ef44f
--- /dev/null
+++ b/debian/patches/double_save_exception.patch
@@ -0,0 +1,23 @@
+Description: Fix exception when trying to save after doing "save as"
+ Fixes an exception that occurs when the user tries to save the image after
+ either saving a new image, or saving an existing one under a new name.
+Bug: https://launchpad.net/bugs/603458
+Origin: upstream, http://github.com/jpobst/Pinta/commit/f1d7aa2b34011929e3c45b980b1733346a20ba9f
+Author: Maia Kozheva <sikon at ubuntu.com>
+–––
+ Pinta.Core/Actions/FileActions.cs |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/Pinta.Core/Actions/FileActions.cs b/Pinta.Core/Actions/FileActions.cs
+index 5ad7e1e..ae15a93 100644
+--- a/Pinta.Core/Actions/FileActions.cs
++++ b/Pinta.Core/Actions/FileActions.cs
+@@ -371,6 +371,7 @@ namespace Pinta.Core
+ 				AddRecentFileUri (fcd.Uri);
+ 
+ 				PintaCore.Workspace.ActiveDocument.HasFile = true;
++				PintaCore.Workspace.ActiveDocument.Pathname = fcd.Filename;
+ 			}
+ 
+ 			fcd.Destroy ();
+
diff --git a/debian/patches/series b/debian/patches/series
index ebecedc..7836794 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 cairo_1.9_flush_markdirty.patch
+double_save_exception.patch
 tools_exceptions_and_history_corruption.patch
diff --git a/debian/patches/tools_exceptions_and_history_corruption.patch b/debian/patches/tools_exceptions_and_history_corruption.patch
index 02df93e..f1ea8c7 100644
--- a/debian/patches/tools_exceptions_and_history_corruption.patch
+++ b/debian/patches/tools_exceptions_and_history_corruption.patch
@@ -4,6 +4,7 @@ Description: Fix exceptions and data loss when clicking two mouse buttons while
 Bug: https://launchpad.net/bugs/599468
 Origin: upstream, http://github.com/jpobst/Pinta/commit/1578683a943f367e3725f1f431855d765e5de3bd
 Author: Maia Kozheva <sikon at ubuntu.com>
+–––
 diff --git a/Pinta.Tools/SelectTool.cs b/Pinta.Tools/SelectTool.cs
 index 2d33808..b2496ea 100644
 --- a/Pinta.Tools/SelectTool.cs

-- 
pinta



More information about the Pkg-cli-apps-commits mailing list