Summary: | A reproducible crash in configuring window decoration | ||
---|---|---|---|
Product: | [Plasma] Oxygen | Reporter: | ono <azazabc123> |
Component: | win deco | Assignee: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hugo.pereira.da.costa, kwin-bugs-null |
Priority: | NOR | ||
Version: | 4.9 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-workspace/5a98ab9f037fa1b6b84faada899d0932a4944f89 | Version Fixed In: | 4.9.3 |
Sentry Crash Report: |
Description
ono
2012-11-01 17:19:49 UTC
please attach the backtrace which can be retrieved from the advanced tab of the KDE bug reporter. No need. Can reproduce :) Git commit ba80606b1e0b6f09b69344a514b595404fc82f33 by Hugo Pereira Da Costa. Committed on 01/11/2012 at 19:09. Pushed by hpereiradacosta into branch 'KDE/4.9'. oxygenlistmodel: Added "contains" method to generic model, to check index validity better. oxygenexceptionlistwidget: better check index validity in "edit" method. Also update buttons status after removing items, since apparently selectionChanged signal is not sent by Qt. M +3 -2 kwin/clients/oxygen/config/oxygenexceptionlistwidget.cpp M +88 -84 libs/oxygen/oxygenlistmodel.h http://commits.kde.org/kde-workspace/ba80606b1e0b6f09b69344a514b595404fc82f33 Git commit 5a98ab9f037fa1b6b84faada899d0932a4944f89 by Hugo Pereira Da Costa. Committed on 01/11/2012 at 19:09. Pushed by hpereiradacosta into branch 'master'. oxygenlistmodel: Added "contains" method to generic model, to check index validity better. oxygenexceptionlistwidget: better check index validity in "edit" method. Also update buttons status after removing items, since apparently selectionChanged signal is not sent by Qt. M +3 -2 kwin/clients/oxygen/config/oxygenexceptionlistwidget.cpp M +88 -84 libs/oxygen/oxygenlistmodel.h http://commits.kde.org/kde-workspace/5a98ab9f037fa1b6b84faada899d0932a4944f89 That fixes it. (in fact twice): 1/ edit button is properly disabled after "remove" 2/ even if it where not, the check on the item to be edited is more robust now. Thanks for reporting, Hugo |