Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/presence
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-12-04 19:27:08 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-12-04 19:27:08 (GMT)
commitbd906334ea7733cada90b1247b3cb232c6aaf268 (patch)
treecd1a3d1c08e7ebeb0048b63e2420950baf085d59 /services/presence
parentb9f9ef0fe9e36cf6e5de59700154b16f2dae15cd (diff)
Fix a few indentation screw ups
Diffstat (limited to 'services/presence')
-rw-r--r--services/presence/Service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/presence/Service.py b/services/presence/Service.py
index 5072ed5..878a917 100644
--- a/services/presence/Service.py
+++ b/services/presence/Service.py
@@ -437,7 +437,7 @@ class Service(gobject.GObject):
raise ValueError("Service was not registered by requesting process!")
if not self._avahi_entry_group:
raise ValueError("Service was not registered by requesting process!")
- self._avahi_entry_group.Free()
+ self._avahi_entry_group.Free()
del self._avahi_entry_group
self._avahi_entry_group = None