Bug 275131

Summary: No definitive way to unblock a contact
Product: [Frameworks and Libraries] telepathy Reporter: Rohan Garg <rohan>
Component: contactlistAssignee: Telepathy Bugs <kde-telepathy-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: mklapetek
Priority: NOR    
Version: git-latest   
Target Milestone: 0.4.0   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:

Description Rohan Garg 2011-06-07 18:46:46 UTC
Version:           git-latest (using Devel) 
OS:                Linux

After blocking a contact, there seems to be no proper way to actually unblock a contact from within the contact list.

Reproducible: Always

Steps to Reproduce:
1) Launch contact list
2) Block a contact
3) ( Currently the contact list crashes after this step, please see bug 274942 )
4) Restart contact list
5) Try to unblock the contact

Actual Results:  
Cannot unblock blocked contact

Expected Results:  
Blocked contact can be easily unblocked

OS: Linux (x86_64) release 2.6.38-9-generic
Compiler: gcc
Comment 1 Martin Klapetek 2011-11-15 16:48:05 UTC
Git commit a80f55c0ea4fedc4e2a10250473818cd874089d9 by Martin Klapetek.
Committed on 15/11/2011 at 17:47.
Pushed by mklapetek into branch 'master'.

Use correct slots for blocking/unblocking contacts

CCBUG: 275131

M  +2    -2    main-widget.cpp

http://commits.kde.org/telepathy-contact-list/a80f55c0ea4fedc4e2a10250473818cd874089d9
Comment 2 Martin Klapetek 2011-11-15 16:49:27 UTC
I've just renewed the Block/Unblock code in contact list, blocking and unblocking contacts now works as it should (actions accessible via context menu).