Bug 81039 - Phone Categories "Home/Mobile" in Opie and "Mobile" in KAddressbook should be the same
Summary: Phone Categories "Home/Mobile" in Opie and "Mobile" in KAddressbook should be...
Status: RESOLVED FIXED
Alias: None
Product: kitchensync
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Holger Freyther
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-06 16:00 UTC by Martin Bergtholdt
Modified: 2020-06-02 09:52 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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() )