[Pkg-cli-apps-commits] [SCM] pinta branch, master, updated. debian/0.4+dfsg-2-10-g4f7809e

Jo Shields directhex at apebox.org
Tue Nov 2 21:40:35 UTC 2010


The following commit has been merged in the master branch:
commit ce9ce86d74812329c2360e1acd3308ed84c2339f
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Nov 2 20:52:46 2010 +0000

    Remove obsolete patch

diff --git a/debian/patches/double_save_exception.patch b/debian/patches/double_save_exception.patch
deleted file mode 100644
index a5ef44f..0000000
--- a/debian/patches/double_save_exception.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-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 10b3c31..402959b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-double_save_exception.patch
 tools_exceptions_and_history_corruption.patch
 tool_toolbar_fixed_size.patch

-- 
pinta



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