Minor bug fix from the code merger
authorepage <eopage@byu.net>
Fri, 3 Oct 2008 00:10:40 +0000 (00:10 +0000)
committerepage <eopage@byu.net>
Fri, 3 Oct 2008 00:10:40 +0000 (00:10 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@163 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

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)
                """