[SCM] amsynth/master: Remove 01-spelling_error.patch, applied upstream.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Feb 9 19:08:25 UTC 2012


The following commit has been merged in the master branch:
commit e17ebe293366b02e2fa86f6214b8135595e6d872
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Feb 9 20:02:07 2012 +0100

    Remove 01-spelling_error.patch, applied upstream.

diff --git a/debian/patches/01-spelling_error.patch b/debian/patches/01-spelling_error.patch
deleted file mode 100644
index f796877..0000000
--- a/debian/patches/01-spelling_error.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Author: Alessio Treglia <quadrispro at ubuntu.com>
-Description: Fix spelling error.
-Forwarded: no
----
- src/GUI/GUI.cc |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- amsynth.orig/src/GUI/GUI.cc
-+++ amsynth/src/GUI/GUI.cc
-@@ -48,7 +48,7 @@ int
- GUI::delete_event_impl(GdkEventAny *)
- {
- 	if (m_presetIsNotSaved) {
--		MessageDialog dlg (*this, "Really quit amSynth?\n\nYou will lose any changes\nwhich you haven't explicitly commited", false, MESSAGE_QUESTION, BUTTONS_YES_NO, true);
-+		MessageDialog dlg (*this, "Really quit amSynth?\n\nYou will lose any changes\nwhich you haven't explicitly committed", false, MESSAGE_QUESTION, BUTTONS_YES_NO, true);
- 		if (RESPONSE_YES != dlg.run())
- 			return false;
- 	}
diff --git a/debian/patches/series b/debian/patches/series
index 33e6261..ccf25d4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-01-spelling_error.patch
 02-create_new_instance.patch

-- 
amsynth packaging



More information about the pkg-multimedia-commits mailing list