summaryrefslogtreecommitdiffstats
path: root/mono/Handler.cs
diff options
context:
space:
mode:
authorOwen Fraser-Green <owen@discobabe.net>2004-04-03 22:00:40 +0000
committerOwen Fraser-Green <owen@discobabe.net>2004-04-03 22:00:40 +0000
commit8056390e00ca6576323d6c41a4dc725bcba9b527 (patch)
tree719c0a0e7f53427d80dcd621e8ee60714cfc1c9e /mono/Handler.cs
parent25f384cad92250b744489dd642f39776097da3f3 (diff)
Made proxy DLL names unique
Diffstat (limited to 'mono/Handler.cs')
-rw-r--r--mono/Handler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mono/Handler.cs b/mono/Handler.cs
index be03dc5e..000a7886 100644
--- a/mono/Handler.cs
+++ b/mono/Handler.cs
@@ -72,7 +72,7 @@ namespace DBus
pathName = pathName.TrimStart('/');
this.path = pathName.Split('/');
this.pathName = "/" + pathName;
-
+
// Create the vTable and register the path
vTable = new DBusObjectPathVTable(new DBusObjectPathUnregisterFunction(Unregister_Called),
new DBusObjectPathMessageFunction(Message_Called));