[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdeedu/kalzium/src
From:       Eckhart Wörner <ew () ewsoftware ! de>
Date:       2006-09-24 19:43:03
Message-ID: 1159126983.837906.1812.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 588062 by ewoerner:

Fix the spectrum bug in 3.5 branch, version number++
BUGS:134086

 M  +4 -0      detailinfodlg.cpp  
 M  +1 -1      main.cpp  


--- branches/KDE/3.5/kdeedu/kalzium/src/detailinfodlg.cpp #588061:588062
@@ -408,7 +408,11 @@
 	// updating spectrum widget
 	if ( m_element->hasSpectrum() )
 	{
+		delete m_spectrumview;
+		
+		m_spectrumview = new SpectrumViewImpl( m_spectrumStack, "spectrumwidget" );
 		m_spectrumview->setSpectrum( m_element->spectrum() );
+		m_spectrumStack->addWidget( m_spectrumview );
 		m_spectrumStack->raiseWidget( m_spectrumview );
 	}
 	else
--- branches/KDE/3.5/kdeedu/kalzium/src/main.cpp #588061:588062
@@ -24,7 +24,7 @@
 #include "config.h"
 #include "kalzium.h"
 
-#define APP_VERSION "1.4.5"
+#define APP_VERSION "1.4.6"
 
 static const char description[] =
     I18N_NOOP("A periodic table of the elements");
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic