Bug 81039

Summary: Phone Categories "Home/Mobile" in Opie and "Mobile" in KAddressbook should be the same
Product: [Applications] kitchensync Reporter: Martin Bergtholdt <bergtholdt>
Component: generalAssignee: Holger Freyther <zecke>
Status: RESOLVED FIXED    
Severity: normal CC: rgini06
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Martin Bergtholdt 2004-05-06 16:00:34 UTC
Version:           0.0 pre Alpha (using KDE 3.2.2-0.2.1.kde, Fedora Core release 1 (Yarrow))
Compiler:          gcc version 3.3.2 20031022 (Red Hat Linux 3.3.2-1)
OS:          Linux (i686) release 2.4.22-1.2179.nptl

In KAddressbook "Mobile" is the valid category for mobile phones and is presented as default. In Opie the Categorie seems to be "Home+Mobile". My entries under "Mobile" in Kab are therefore not saved in Opie. I thinke the categories should be the same either Home+Mobile or just Mobile. This is not really a bug of Kitchensync, but when syncing this could be accounted for.
Comment 1 Tobias Koenig 2004-08-02 01:30:56 UTC
CVS commit by tokoe: 

Use KABC::PhoneNumber::Cell for Qtopia::HomeMobile

CCMAIL:81039-done@bugs.kde.org


  M +1 -1      addressbook.cpp   1.20


--- kdepim/kitchensync/libkonnector2/plugins/qtopia/addressbook.cpp  #1.19:1.20
@@ -135,5 +135,5 @@ KSync::AddressBookSyncee* AddressBook::t
 
             KABC::PhoneNumber homeMobile( el.attribute( "HomeMobile" ),
-                                          KABC::PhoneNumber::Home | KABC::PhoneNumber::Cell );
+                                          KABC::PhoneNumber::Cell );
 
             if ( !homePhoneNum.number().isEmpty() )