[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Sebastian Krzyszkowiak seba.dos1 at gmail.com
Sat Aug 6 08:19:38 UTC 2011


The following commit has been merged in the debian branch:
commit 0039f8cd21ce007ac20de8f4525ad7c6e96804c0
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Mon Mar 15 18:19:22 2010 +0100

    opimd: Contacts: uncomment default field types. It shouldn't be commented at all, as it's necessary to have sane defaults.

diff --git a/framework/subsystems/opimd/pimd_contacts.py b/framework/subsystems/opimd/pimd_contacts.py
index b0d0500..a44997d 100644
--- a/framework/subsystems/opimd/pimd_contacts.py
+++ b/framework/subsystems/opimd/pimd_contacts.py
@@ -206,8 +206,7 @@ class ContactDomain(Domain, GenericDomain):
     db_handler = None
     query_manager = None
     _dbus_path = None
-    DEFAULT_FIELDS = {}
-    """
+    DEFAULT_FIELDS = {
                         'Name'          : 'name',
                         'Nickname'      : 'name',
                         'Surname'       : 'name',
@@ -223,7 +222,7 @@ class ContactDomain(Domain, GenericDomain):
                         'Photo'         : 'photo',
                         'Affiliation'   : 'text',
                         'Note'          : 'text'
-    """
+    }
     def __init__(self):
         """Creates a new ContactDomain instance"""
 

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list