Bug 147480

Summary: UI: channel encoding setting non-discoverable
Product: [Applications] konversation Reporter: Lars DIECKOW <lars.dieckow>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.0.1   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Lars DIECKOW 2007-07-03 04:53:55 UTC
Version:           1.0.1 (using KDE 3.5.7 "release 10.1" , openSUSE )
Compiler:          Target: i586-suse-linux
OS:                Linux (i686) release 2.6.18.2-34-default

This is related to bug 87503.

The channel encoding is
* non-discoverable
* by default only available to users who are able to use a pointing device.

Add this functionality to the Channel Settings dialog.
Comment 1 Peter Simonsson 2007-07-22 13:24:50 UTC
SVN commit 690849 by psn:

Add tab encoding and notifications to the window menu
BUG:147480


 M  +4 -1      konversationui.rc  


--- branches/extragear/kde3/network/konversation/src/konversationui.rc #690848:690849
@@ -1,5 +1,5 @@
 <!DOCTYPE kpartgui>
-<kpartgui name="konversation" version="46">
+<kpartgui name="konversation" version="47">
 
   <MenuBar>
     <Menu name="file" noMerge="1">
@@ -45,6 +45,9 @@
       <Action name="close_tab" />
       <Action name="close_queries" />
       <Separator />
+      <Action name="tab_notifications" />
+      <Action name="tab_encoding" />
+      <Separator />
       <Action name="open_nicksonline_window" />
       <Action name="open_url_catcher" />
       <Action name="open_dccstatus_window" />