Bug 133241 - Watched Nicks Online shouldn't show "Offline" node with no child nicks
Summary: Watched Nicks Online shouldn't show "Offline" node with no child nicks
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-30 06:42 UTC by Chris White
Modified: 2006-10-22 15:18 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 Chris White 2006-08-30 06:42:16 UTC
Version:           1.0rc1 #3147 (using KDE 3.5.4, Gentoo)
Compiler:          gcc version 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)
OS:                Linux (i686) release 2.6.16-gentoo-r1

As the summary indicates, the watched nicks list shows a somewhat confusing offline status:

http://www.gen2net.net/images/watched_nicks.png

when there are no watched nicks setup.
Comment 1 Niek Beernink 2006-08-30 13:53:30 UTC
Currently, the online nodes are the nicks you are watching. I agree that it could use an Online node too. As in;

|
|--Server
   |
   |--Online
   |  |
   |  |--Nick1
   |  |  |
   |  |  |-- #Channel1
   |  |  |-- #Channel2
   |  |
   |  |--Nick2
   |     |
   |     |-- #foo
   |  
   |--Offline

Hope this comes out properly. ;)
Comment 2 Eike Hein 2006-08-30 14:12:46 UTC
Renamed for clarity (it's not a status display in itself, it's a parent node below which all watched nicks which are offline would be shown if there were any).
Comment 3 Peter Simonsson 2006-10-22 15:18:36 UTC
Fixed in svn trunk, rev 598082. The offline node is only shown if it has children.