[Bug 68434] KDevelop crashes when clicking Settings->Configure KDevelop

Jens Dagerbo jens.dagerbo at swipnet.se
Mon Nov 17 19:55:06 UTC 2003


------- 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=68434     
jens.dagerbo at swipnet.se changed:

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



------- Additional Comments From jens.dagerbo at swipnet.se  2003-11-17 19:54 -------
Subject: kdevelop/parts/filecreate

CVS commit by dagerbo: 


It's not obvious to me why this happens, but for several people (including me)
this line crashes KDevelop when attempting to open either settings dialog
(project or global)

CCMAIL: 68434-done at bugs.kde.org
CCMAIL: montel at kde.org


  M +1 -1      fcconfigwidget.cpp   1.17


--- kdevelop/parts/filecreate/fcconfigwidget.cpp  #1.16:1.17
@@ -69,5 +69,5 @@ FCConfigWidget::FCConfigWidget(FileCreat
     m_projectfiletypes.setAutoDelete(true);
     m_projectfiletemplates.setAutoDelete(true);
-    connect( fctemplates_view, SIGNAL( doubleClicked ( QListViewItem *, const QPoint &, int ) ), this, SLOT( edittemplate_button_clicked() ) );
+//    connect( fctemplates_view, SIGNAL( doubleClicked ( QListViewItem *, const QPoint &, int ) ), this, SLOT( edittemplate_button_clicked() ) );
 }




More information about the KDevelop-devel mailing list