linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #00478
[Bug 525704] Re: Duplicate last row in users window
I've seen this happen before as well. I'm guessing it has to do with
using gtk_list_store_insert_with_values instead of insert & set since
insert_with_values doesn't emit as many signals. Of course, the whole
reason we use insert_with_values is because those extra signals slow
down the initial user list loading and uses all the available CPU. So
we're screwed either way.
Although, it might be possible to emit our own rows_reordered signal
periodically instead of after every insert. This could be done every X
users or every second during the initial loading of the user list,
depending on what works best.
** Changed in: linuxdcpp
Importance: Undecided => Low
** Changed in: linuxdcpp
Status: New => Confirmed
--
Duplicate last row in users window
https://bugs.launchpad.net/bugs/525704
You received this bug notification because you are a member of LinuxDC++
Team, which is subscribed to LinuxDC++.
Status in Linux DC++: Confirmed
Bug description:
I have been connected to a big hub (9000 users, 1.3PB files). Sometimes the last row in userlist window duplicate 3 or 4 times. Version of LinuxDc++ is "LinuxDC++ version: 1.0.3 Core version: 0.698". OS: Linux krok-desktop 2.6.31-20-generic #57-Ubuntu SMP Mon Feb 8 09:02:26 UTC 2010 x86_64 GNU/Linux.
References