commit 0a1729e5b2b81455b38240e875ad968ea4d50555 Author: Stephan Binner Date: Fri Apr 9 15:21:48 2004 +0000 If the server is "temporary loaded" they stay disabled and you have to close the channel list tab to be able to "Refresh List" later. :-( svn path=/trunk/kdeextragear-2/konversation/; revision=302389 diff --git a/konversation/channellistpanel.cpp b/konversation/channellistpanel.cpp index 53d9edf..fd3228d 100644 --- a/konversation/channellistpanel.cpp +++ b/konversation/channellistpanel.cpp @@ -173,8 +173,9 @@ void ChannelListPanel::refreshList() updateUsersChannels(); +/* No good idea: If the server is "temporary loaded" they stay disabled :-( applyFilter->setEnabled(false); - refreshListButton->setEnabled(false); + refreshListButton->setEnabled(false); */ emit refreshChannelList(); }