diff options
Diffstat (limited to 'mono/Service.cs')
| -rw-r--r-- | mono/Service.cs | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/mono/Service.cs b/mono/Service.cs index a3c2a31f..39dd4f45 100644 --- a/mono/Service.cs +++ b/mono/Service.cs @@ -68,8 +68,8 @@ namespace DBus  			       string pathName)       {        Handler handler = new Handler(handledObject,  -					    pathName,  -					    this); +				    pathName,  +				    this);        registeredHandlers.Add(handledObject, handler);      }  | 
