Bug 131702 - can't add to notify list with RMB
Summary: can't add to notify list with RMB
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified FreeBSD
: NOR wishlist
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-02 04:01 UTC by Mathieu Jobin
Modified: 2006-08-07 00:07 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 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