~ubuntu-branches/ubuntu/saucy/monobristol/saucy

« back to all changes in this revision

Viewing changes to debian/patches/03_attach_events

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2011-08-03 15:16:24 UTC
  • Revision ID: james.westby@ubuntu.com-20110803151624-4acdscmttjl9omg0
Tags: 0.60.3-1ubuntu1
Apply patch from Takashi Sakamoto resolving inability to call
Moog Voyager Blue Ice, Prophet-52, Pro-1 and YAMAHA DX.
(LP: #820276)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Fix inability to call Moog Voyager Blue Ice, Prophet-52, Pro-1 and YAMAHA DX
 
2
Forwarded: No
 
3
Author: Takashi Sakamoto
 
4
Reviewed-By: Daniel T Chen <crimsun@ubuntu.com>
 
5
Origin: Takashi Sakamoto, https://bugs.launchpad.net/ubuntu/+source/monobristol/+bug/820276/+attachment/2251490/+files/03_attach_events
 
6
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/monobristol/+bug/820276
 
7
Last-Update: 2011-08-03
 
8
 
 
9
Index: monobristol-0.60.3/gtk-gui/MainWindow.cs
 
10
===================================================================
 
11
--- monobristol-0.60.3.orig/gtk-gui/MainWindow.cs       2011-08-03 19:27:50.972914988 +0900
 
12
+++ monobristol-0.60.3/gtk-gui/MainWindow.cs    2011-08-03 19:28:53.464133739 +0900
 
13
@@ -2382,6 +2382,8 @@
 
14
                this.brhode73.Pressed += new global::System.EventHandler (this.OnBrhode73Pressed);
 
15
                this.bpro5.Pressed += new global::System.EventHandler (this.OnBpro5Pressed);
 
16
                this.bpro10.Pressed += new global::System.EventHandler (this.OnBpro10Pressed);
 
17
+               this.bpro52.Pressed += new global::System.EventHandler (this.OnBpro52Pressed);
 
18
+               this.bpro1.Pressed += new global::System.EventHandler (this.OnBpro1Pressed);
 
19
                this.bpolysix.Pressed += new global::System.EventHandler (this.OnBpolysixPressed);
 
20
                this.bpoly800.Pressed += new global::System.EventHandler (this.OnBpoly800Pressed);
 
21
                this.body.Pressed += new global::System.EventHandler (this.OnBodyPressed);
 
22
@@ -2389,6 +2391,7 @@
 
23
                this.bobx.Pressed += new global::System.EventHandler (this.OnBobxPressed);
 
24
                this.bms20.Pressed += new global::System.EventHandler (this.OnBms20Pressed);
 
25
                this.bmoogvoyager.Pressed += new global::System.EventHandler (this.OnBmoogvoyagerPressed);
 
26
+               this.bvoyblue.Pressed += new global::System.EventHandler (this.OnBvoybluePressed);
 
27
                this.bmoogreal.Pressed += new global::System.EventHandler (this.OnBmoogrealPressed);
 
28
                this.bmoogmini.Pressed += new global::System.EventHandler (this.OnBmoogminiPressed);
 
29
                this.bmoogmemo.Pressed += new global::System.EventHandler (this.OnBmoogmemoPressed);
 
30
@@ -2397,6 +2400,7 @@
 
31
                this.bmixer.Pressed += new global::System.EventHandler (this.OnBmixerPressed);
 
32
                this.bjupiter8.Pressed += new global::System.EventHandler (this.OnBjupiter8Pressed);
 
33
                this.bjuno6.Pressed += new global::System.EventHandler (this.OnBjuno6Pressed);
 
34
+               this.bydx.Pressed += new global::System.EventHandler (this.OnBydxPressed);
 
35
                this.bcs80.Pressed += new global::System.EventHandler (this.OnBcs80Pressed);
 
36
                this.bcon300.Pressed += new global::System.EventHandler (this.OnBcon300Pressed);
 
37
                this.bbme700.Pressed += new global::System.EventHandler (this.OnBbme700Pressed);