branches/kdevelop/3.4/lib/util

Richard Dale Richard_Dale at tipitina.demon.co.uk
Mon Dec 11 15:21:03 UTC 2006


SVN commit 612474 by rdale:

* Revert commit made by amantia on 2006-12-01, with comment:
	'driver.h inclusion cleanup'
  as it stopped the Ruby shell from working in Ruby projects.

CCMAIL: kdevelop-devel at kdevelop.org



 M  +1 -1      kdevshellwidget.cpp  


--- branches/kdevelop/3.4/lib/util/kdevshellwidget.cpp #612473:612474
@@ -55,7 +55,7 @@
  	if ( m_konsolePart->widget()->inherits("QFrame") )
  		((QFrame*)m_konsolePart->widget())->setFrameStyle( QFrame::Panel | QFrame::Sunken );
 
-	//m_konsolePart->widget()->show();
+	m_konsolePart->widget()->show();
 
 	TerminalInterface* ti = static_cast<TerminalInterface*>( m_konsolePart->qt_cast( "TerminalInterface" ) );
 	if( !ti ) return;




More information about the KDevelop-devel mailing list