~ubuntu-branches/ubuntu/trusty/mono-addins/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/fix_ExtensionNodeChildAttribute_ctor_r127062.patch

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-04-25 11:11:33 UTC
  • mfrom: (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110425111133-t05u5p7o5fxx70fu
Tags: 0.6-2
Upload to Unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Author: lluis
2
 
Date: 2009-02-16 14:59:49 -0500 (Mon, 16 Feb 2009)
3
 
New Revision: 127062
4
 
 
5
 
Modified:
6
 
   trunk/mono-addins/Mono.Addins/ChangeLog
7
 
   trunk/mono-addins/Mono.Addins/Mono.Addins/ExtensionNodeChildAttribute.cs
8
 
Log:
9
 
* Mono.Addins/ExtensionNodeChildAttribute.cs: Make sure the
10
 
  ExtensionNodeTypeName property is set when using the attribute
11
 
  constructor.
12
 
 
13
 
Modified: trunk/mono-addins/Mono.Addins/Mono.Addins/ExtensionNodeChildAttribute.cs
14
 
===================================================================
15
 
--- trunk/mono-addins/Mono.Addins/Mono.Addins/ExtensionNodeChildAttribute.cs    2009-02-16 18:12:54 UTC (rev 127061)
16
 
+++ trunk/mono-addins/Mono.Addins/Mono.Addins/ExtensionNodeChildAttribute.cs    2009-02-16 19:59:49 UTC (rev 127062)
17
 
@@ -50,7 +50,7 @@
18
 
                
19
 
                public ExtensionNodeChildAttribute (Type extensionNodeType, string nodeName)
20
 
                {
21
 
-                       this.extensionNodeType = extensionNodeType;
22
 
+                       ExtensionNodeType = extensionNodeType;
23
 
                        this.nodeName = nodeName;
24
 
                }
25
 
                
26
 
 
27
 
_______________________________________________
28
 
Mono-patches maillist  -  Mono-patches@lists.ximian.com
29
 
http://lists.ximian.com/mailman/listinfo/mono-patches
30