[Konversation-devel] [Bug 95798] "server name" column of the nick watch list disappears

Peter Simonsson peter.simonsson at gmail.com
Thu Jul 1 15:55:16 CEST 2010


https://bugs.kde.org/show_bug.cgi?id=95798





--- Comment #2 from Peter Simonsson <peter simonsson gmail com>  2010-07-01 15:55:10 ---
commit 475b903ba898560dc7c154773aa4e1220c86e323
Author: Peter Simonsson <peter.simonsson at gmail.com>
Date:   Sun Jan 2 00:50:02 2005 +0000

    Don't show the "server name" column

    BUG: 95798

    svn path=/trunk/kdeextragear-2/konversation/; revision=374794

diff --git a/konversation/nicksonline.cpp b/konversation/nicksonline.cpp
index 030d61e..90ecd8a 100644
--- a/konversation/nicksonline.cpp
+++ b/konversation/nicksonline.cpp
@@ -64,8 +64,6 @@ NicksOnline::NicksOnline(QWidget* parent): ChatWindow(parent)
     m_nickListView->addColumn(i18n("Network/Nickname/Channel"));
     m_kabcIconSet =
KGlobal::iconLoader()->loadIconSet("kaddressbook",KIcon::Small);
     m_nickListView->addColumn(i18n("Additional Information"));
-    m_nickListView->addColumn(i18n("Server Name"));
-    m_nickListView->hideColumn(nlvcServerName);
     m_nickListView->setFullWidth(false);
     m_nickListView->setRootIsDecorated(true);
     m_nickListView->setShowToolTips(false);
@@ -410,7 +408,6 @@ void NicksOnline::updateServerOnlineList(Server* servr)
         connect (servr, SIGNAL(nickInfoChanged(Server*, const NickInfoPtr)),
             this, SLOT(slotNickInfoChanged(Server*, const NickInfoPtr)));
     }
-    m_nickListView->hideColumn(nlvcServerName);
 }

 /**
@@ -503,7 +500,6 @@ void NicksOnline::refreshAllServerOnlineLists()
         updateServerOnlineList(server);
     }
     // Adjust column widths.
-    m_nickListView->hideColumn(nlvcServerName);
     m_nickListView->adjustColumn(nlvcNetworkNickChannel);
     m_nickListView->adjustColumn(nlvcAdditionalInfo);
     // Refresh addressbook buttons.

-- 
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