Bug 131702

Summary: can't add to notify list with RMB
Product: [Applications] konversation Reporter: Mathieu Jobin <opensource>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: FreeBSD   
Latest Commit: Version Fixed In:

Description Mathieu Jobin 2006-08-02 04:01:45 UTC
Version:           0.19 #3100 (using KDE 3.5.1, compiled sources)
Compiler:          gcc version 3.4.4 [FreeBSD] 20050518
OS:                FreeBSD (i386) release 6.1-RELEASE

when I right click on a nickname, either in the chat window or the nick list. I get bunch of options. but no option to add user into my notify list.

that'd be sweet, thanks.
Comment 1 Eike Hein 2006-08-07 00:07:03 UTC
SVN commit 570481 by hein:

* Add "Add to Watched Nicks" item to nick context menus.
  BUG:131702
* Some cleanup and reshuffling in the context menus.
* Wait for it, wait for it ... changelog, build number.


 M  +5 -4      ChangeLog  
 M  +9 -1      src/channel.cpp  
 M  +1 -1      src/commit.h  
 M  +14 -0     src/config/preferences.cpp  
 M  +1 -0      src/config/preferences.h  
 M  +27 -21    src/ircview.cpp  
 M  +0 -3      src/ircview.h  
 M  +1 -1      src/konversationapplication.h  
 M  +46 -40    src/nicklistview.cpp  
 M  +1 -4      src/nicklistview.h