[Kde-bindings] Simple KCrash question

Richard Dale Richard_Dale at tipitina.demon.co.uk
Tue Apr 27 14:59:50 UTC 2004


On Tuesday 27 April 2004 15:47, Martin Welch wrote:
> I think you have to call the base class implementation:
>
> void CMainWindow::polish()
> {
>         KMainWindow::polish(); <<<<<<<<<<<<<<<<<
>         printf("CMainWindow::polish\n");
>
>         if ( m_LoadCallBack != 0 )
>                 m_LoadCallBack(this);
> }
Yes, you're right - it just gets called once now. 

The only thing I can think of is to see if the same code works when it's not 
linked against C#.

-- Richard

  def polish()
  	super()
  	puts "In polish()"
	window = KDE::MainWindow.new(self, "temp#")
	window.show
  end



More information about the Kde-bindings mailing list