[Konversation-devel] [Bug 102781] Sort pseudos by status doesn't work without restart.
Peter Simonsson
peter.simonsson at gmail.com
Thu Jul 1 16:02:14 CEST 2010
https://bugs.kde.org/show_bug.cgi?id=102781
--- Comment #2 from Peter Simonsson <peter simonsson gmail com> 2010-07-01 16:02:11 ---
commit 711b8746bb3010c79599e5a34d57c4367337b0d3
Author: Peter Simonsson <peter.simonsson at gmail.com>
Date: Fri Apr 1 20:23:10 2005 +0000
Update nicklist sorting when changing options
BUG:102781
svn path=/trunk/kdeextragear-2/konversation/; revision=402504
diff --git a/konversation/channel.cpp b/konversation/channel.cpp
index f2b50eb..8424d2b 100644
--- a/konversation/channel.cpp
+++ b/konversation/channel.cpp
@@ -1740,7 +1740,7 @@ void Channel::updateFonts()
QString::null);
}
- nicknameListView->sort();
+ nicknameListView->resort();
nicknameListView->setPaletteForegroundColor(fg);
nicknameListView->setPaletteBackgroundColor(bg);
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Konversation-devel
mailing list