Bug 93460 - Unignore users with the contextual menu when the user is ignored.
Summary: Unignore users with the contextual menu when the user is ignored.
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-17 17:35 UTC by Alejandro Sánchez Acosta
Modified: 2006-08-06 23:29 UTC (History)
0 users

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 Alejandro Sánchez Acosta 2004-11-17 17:35:27 UTC
Version:            (using KDE KDE 3.3.1)
Installed from:    Compiled From Sources

When you ignore an user with the contextual menu you have the posibility to ignore again the user. 

The right behavior would be to update the contextual menu with a unignore entry and unignore that user.
Comment 1 Ismail Donmez 2005-06-11 22:48:59 UTC
Bug#107234 has a patch so dupping this one.

*** This bug has been marked as a duplicate of 107234 ***
Comment 2 Eike Hein 2006-08-06 16:09:31 UTC
Reopen as Ismail was a bit rash and this never actually got implemented.
Comment 3 Eike Hein 2006-08-06 18:34:57 UTC
SVN commit 570402 by hein:

- Add Unignore nicklist context menu item.
- Show Ignore/Unignore nicklist context menu items only if applicable.
- Concat multiple ignores/unignores from the nicklist context menu into
  one operation.
- Cleanup in Channel:popupCommand().
- The usual changelog, build number dance ...
BUG:93460


 M  +3 -0      ChangeLog  
 M  +55 -20    src/channel.cpp  
 M  +1 -1      src/commit.h  
 M  +17 -0     src/config/preferences.cpp  
 M  +1 -0      src/config/preferences.h  
 M  +1 -1      src/konversationapplication.h  
 M  +37 -2     src/nicklistview.cpp  
 M  +4 -0      src/nicklistview.h  
Comment 4 Ismail Donmez 2006-08-06 23:29:13 UTC
Pazar 6 Ağustos 2006 17:09 tarihinde, Eike Hein şunları yazmıştı: 
[bugs.kde.org quoted mail]

Oops, sorry about that!