Bug 147480 - UI: channel encoding setting non-discoverable
Summary: UI: channel encoding setting non-discoverable
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: 1.0.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-03 04:53 UTC by Lars DIECKOW
Modified: 2007-07-22 13:24 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 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" />