mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
kcontrol: fix abort on fatal option in kdebug
This commit is contained in:
parent
e38024bcd9
commit
e00d334905
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ KCMDebug::KCMDebug( QWidget* parent, const QVariantList& )
|
|||
connect(pFatalCombo, SIGNAL(activated(int)),
|
||||
this, SLOT(slotDestinationChanged()));
|
||||
pFatalCombo->addItems( destList );
|
||||
connect(pAbortFatal, SIGNAL(activated(int)),
|
||||
connect(pAbortFatal, SIGNAL(stateChanged(int)),
|
||||
this, SLOT(slotAbortFatalChanged()));
|
||||
|
||||
// Hack!
|
||||
|
|
Loading…
Add table
Reference in a new issue