From: Manuel Nickschas Date: Thu, 29 Nov 2007 17:09:15 +0000 (+0000) Subject: Fixed annoying bug where the nicklist wouldn't be shown sometimes because of an incon... X-Git-Tag: 0.1.0~50 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=8a3c3f283e33a9ae87b4b3bed94e676f12dd5d2e;hp=8a3c3f283e33a9ae87b4b3bed94e676f12dd5d2e Fixed annoying bug where the nicklist wouldn't be shown sometimes because of an inconsistent ProxyModel. I had to hack NickView to always call expandAll() when rows are inserted. This works, but is ugly and we should find a more elegant solution in due time. ---