summaryrefslogtreecommitdiffstats
path: root/ndesk-dbus/namespace-support.patch
blob: 43321842f275b8ada7840c09cebfbbc2cda8243d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -urNp ndesk-dbus-0.6.0/src/TypeImplementer.cs mine/src/TypeImplementer.cs
--- ndesk-dbus-0.6.0/src/TypeImplementer.cs	2007-10-11 16:01:11.000000000 -0400
+++ mine/src/TypeImplementer.cs	2010-01-19 01:37:31.317786525 -0500
@@ -34,7 +34,7 @@ namespace NDesk.DBus
 
 			InitHack ();
 
-			TypeBuilder typeB = modB.DefineType (declType.Name + "Proxy", TypeAttributes.Class | TypeAttributes.Public, typeof (BusObject));
+			TypeBuilder typeB = modB.DefineType (declType.FullName + "Proxy", TypeAttributes.Class | TypeAttributes.Public, typeof (BusObject));
 
 			Implement (typeB, declType);