Minor bug fix from the code merger
[gc-dialer] / src / dialcentral / gc_dialer.py
index effb344..f705485 100755 (executable)
@@ -206,8 +206,7 @@ class MergedAddressBook(object):
                sortedContacts = self.__sort_contacts(contacts)
                return sortedContacts
 
-       @staticmethod
-       def get_contact_details(contactId):
+       def get_contact_details(self, contactId):
                """
                @returns Iterable of (Phone Type, Phone Number)
                """