Bug 80912 - duplicated channel into the list
Summary: duplicated channel into the list
Status: RESOLVED FIXED
Alias: None
Product: ksirc
Classification: Miscellaneous
Component: general (show other bugs)
Version: 1.3.10
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Andrew Stanley-Jones
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-04 19:40 UTC by Giovanni Venturi
Modified: 2004-09-19 23:43 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 Giovanni Venturi 2004-05-04 19:40:31 UTC
Version:           1.3.10 (using KDE 3.2.2, compiled sources)
Compiler:          gcc version 3.3.3
OS:          Linux (i686) release 2.6.6-rc3

Using KSirc I noted that into the configuration channels list appears lots of channels for examaple 4,5 times the same channel, so I suspect that KSirc add it each time I connect it. But once not was enough?
Comment 1 Giovanni Venturi 2004-09-01 22:55:10 UTC
It happens also with KDE 3.3
Comment 2 Giovanni Venturi 2004-09-19 23:43:25 UTC
Fixed adding "m_combo->setDuplicatesEnabled( false );" into the constructor of the NewWindowDialog into the file NewWindowDialog.cpp