Bug 275131 - No definitive way to unblock a contact
Summary: No definitive way to unblock a contact
Status: RESOLVED FIXED
Alias: None
Product: telepathy
Classification: Frameworks and Libraries
Component: contactlist (show other bugs)
Version: git-latest
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: 0.4.0
Assignee: Telepathy Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-07 18:46 UTC by Rohan Garg
Modified: 2012-07-06 12:47 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 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).