[SCM] amsynth packaging branch, master, updated. debian/1.2.2-1-7-g61c65ff
quadrispro-guest at users.alioth.debian.org
quadrispro-guest at users.alioth.debian.org
Mon Mar 22 09:03:40 UTC 2010
The following commit has been merged in the master branch:
commit 61c65ffe5a2d55f9ed36e03661bbe0b07a41d259
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date: Mon Mar 22 10:03:15 2010 +0100
Add patch to correct a small spelling error.
diff --git a/debian/patches/01-spelling_error.patch b/debian/patches/01-spelling_error.patch
new file mode 100644
index 0000000..2c57718
--- /dev/null
+++ b/debian/patches/01-spelling_error.patch
@@ -0,0 +1,17 @@
+Author: Alessio Treglia <quadrispro at ubuntu.com>
+Description: Fix spelling error.
+---
+ src/GUI/GUI.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- amsynth.orig/src/GUI/GUI.cc
++++ amsynth/src/GUI/GUI.cc
+@@ -47,7 +47,7 @@ enum {
+ int
+ GUI::delete_event_impl(GdkEventAny *)
+ {
+- 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()) hide_all();
+ return true;
+ }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5f74bd6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-spelling_error.patch
--
amsynth packaging
More information about the pkg-multimedia-commits
mailing list