[SCM] amsynth/master: Delete 02-create_new_instance.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 174a77b6f7ac954c1ff79070618fa621076ecec8
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Feb 9 20:08:11 2012 +0100

    Delete 02-create_new_instance.patch, applied upstream.

diff --git a/debian/patches/02-create_new_instance.patch b/debian/patches/02-create_new_instance.patch
deleted file mode 100644
index f34b6cf..0000000
--- a/debian/patches/02-create_new_instance.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Call 'amsynth' and not 'amSynth' when create new instance.
-Origin: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591602#5
-Author: Mauro Lizaur <mauro at cacavoladora.org>
-Bug: http://bugs.debian.org/591602
-Forwarded: not-needed
----
- src/GUI/GUI.cc |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- amsynth.orig/src/GUI/GUI.cc
-+++ amsynth/src/GUI/GUI.cc
-@@ -201,7 +201,7 @@ GUI::create_menus	( )
- 	//
- 	Menu *menu_file = manage (new Menu());
- 	MenuList& list_file = menu_file->items ();
--	list_file.push_back (MenuElem("New Instance", sigc::bind(mem_fun(*this, &GUI::command_run),"amSynth")));
-+	list_file.push_back (MenuElem("New Instance", sigc::bind(mem_fun(*this, &GUI::command_run),"amsynth")));
- 	list_file.push_back (SeparatorElem());
- 	list_file.push_back (MenuElem("_Open Bank",Gtk::AccelKey("<control>O"), mem_fun(*this, &GUI::bank_open)));
- //	list_file.push_back (MenuElem("_Save Bank","<control>S", mem_fun(*this, &GUI::bank_save)));
diff --git a/debian/patches/series b/debian/patches/series
index ccf25d4..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-02-create_new_instance.patch

-- 
amsynth packaging



More information about the pkg-multimedia-commits mailing list