Bug 206300

Summary: Selecting a group along with Contacts to print crashes Kontact.
Product: [Applications] kaddressbook Reporter: Sabine Faure <sabine>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: VERIFIED FIXED    
Severity: crash CC: tokoe
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sabine Faure 2009-09-04 23:42:01 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Configure Akonadi with an IMAP and Kolab resource.
- Launch Kaddressbook
- Create a couple of Contacts and a group in an Address Book (ex: AB 1)
- Select everything in AB1 (including the group)
- Go to File menu/Print...
- Select 'Print to File (PDF)'
- Choose a name and a location for the .PDF file
- Click on 'Print'
- Check the 'Selected contacts' QToolButton
- Click on 'Next' twice
- Click on 'Finish'

Kontact crashes since groups are not meant to be printed along with Contacts.


Trunk, Svn Rev 1019588
Comment 1 Tobias Koenig 2009-09-05 08:29:45 UTC
SVN commit 1020031 by tokoe:

Do not crash when try to print a contact group

BUG: 206300


 M  +6 -4      printingwizard.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1020031
Comment 2 Sabine Faure 2009-09-11 00:01:35 UTC
It is corrected now.

Even if a group is selected it is possible to print only the Contacts.
Kaddressbook does not crash anymore.

Trunk, Svn Rev 1021831