[devel] kdenonbeta/kdedebian/kapture/kapture

Peter Rockai <[email protected]> Thu, 10 Feb 2005 11:49:07 +0100 (CET)
Newsgroups gmane.comp.kde.devel.debian
Message-ID <20050210104907.B8FCB1D04D__37047.9327081286$1108032545$gmane$org@office.kde.org>
CVS commit by mornfall: 

Re-enable tab-close icon... NFI why it was commented out.


  M +1 -1      kapture.cpp   1.50


--- kdenonbeta/kdedebian/kapture/kapture/kapture.cpp  #1.49:1.50
@@ -73,5 +73,5 @@ Kapture::Kapture()
     m_iteratorTabs->setHoverCloseButton( false );
     QToolButton *ct = new QToolButton( m_iteratorTabs );
-    // ct -> setIconSet (SmallIcon ("tab_remove"));
+    ct -> setIconSet (SmallIcon ("tab_remove"));
     ct -> adjustSize ();
     connect (ct, SIGNAL (clicked ()), this, SLOT (closeNodeView ()));