Summary: | Pressing ESCAPE key in KWin effect plugin selector causes a crash | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Christoph Feck <cfeck> |
Component: | general | Assignee: | Dario Andres <andresbajotierra> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christoph Feck
2009-04-11 17:25:37 UTC
SVN commit 952427 by darioandres: Fix a possible crash when emitting requestClose() twice from the module (This can happen due a bug in the widgets-on-list framework, (used by the KWin Effects page), which duplicates the KeyEvent under certain situations) BUG: 189381 M +1 -2 kcmultiwidget.cpp M +1 -1 kcmultiwidget.h M +6 -2 mainwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=952427 Review board request to fix the KPluginSelector behaviour (duplicating keyboard events): http://reviewboard.kde.org/r/559/ SVN commit 953918 by darioandres: Block keyboard events from the internal widgets/buttons on the KPluginSelector This fixes a misbehaviour on SystemSettings (bug 189381) http://reviewboard.kde.org/r/559/ CCBUG: 189381 M +7 -4 kpluginselector.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=953918 |