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

Peter Simonsson psn at linux.se
Sun Jan 2 01:50:13 CET 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
        
http://bugs.kde.org/show_bug.cgi?id=95798        
psn linux se changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From psn linux se  2005-01-02 01:50 -------
CVS commit by psn: 

Don't show the "server name" column

BUG: 95798


  M +0 -4      nicksonline.cpp   1.87


--- kdeextragear-2/konversation/konversation/nicksonline.cpp  #1.86:1.87
 @ -65,6 +65,4  @ NicksOnline::NicksOnline(QWidget* parent
     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);
 @ -411,5 +409,4  @ void NicksOnline::updateServerOnlineList
             this, SLOT(slotNickInfoChanged(Server*, const NickInfoPtr)));
     }
-    m_nickListView->hideColumn(nlvcServerName);
 }
 
 @ -504,5 +501,4  @ void NicksOnline::refreshAllServerOnline
     }
     // Adjust column widths.
-    m_nickListView->hideColumn(nlvcServerName);
     m_nickListView->adjustColumn(nlvcNetworkNickChannel);
     m_nickListView->adjustColumn(nlvcAdditionalInfo);


More information about the Konversation-devel mailing list