[SCM] amsynth packaging branch, master, updated. debian/1.2.2-2-8-g56722a4
quadrispro-guest at users.alioth.debian.org
quadrispro-guest at users.alioth.debian.org
Mon May 10 09:44:57 UTC 2010
The following commit has been merged in the master branch:
commit 56722a47177784e66cc467ea6cb76f83e2d564d1
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date: Mon May 10 11:44:51 2010 +0200
debian/patches/01-spelling_error.patch: Refresh
diff --git a/debian/changelog b/debian/changelog
index f690d6f..f14b92e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ amsynth (1.2.3-1) unstable; urgency=low
* New upstream release:
- Fixes FTBFS with GCC-4.5 (Closes: #564852).
* Update debian/copyright.
+ * Refresh debian/patches/01-spelling_error.patch.
-- Alessio Treglia <quadrispro at ubuntu.com> Mon, 10 May 2010 11:36:19 +0200
diff --git a/debian/patches/01-spelling_error.patch b/debian/patches/01-spelling_error.patch
index 2c57718..f796877 100644
--- a/debian/patches/01-spelling_error.patch
+++ b/debian/patches/01-spelling_error.patch
@@ -1,17 +1,18 @@
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
-@@ -47,7 +47,7 @@ enum {
- int
+@@ -48,7 +48,7 @@ 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;
- }
+ 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;
+ }
--
amsynth packaging
More information about the pkg-multimedia-commits
mailing list