https://bugs.kde.org/show_bug.cgi?id=382136

--- Comment #2 from Fabian Vogt <fab...@ritter-vogt.de> ---
(In reply to Martin Flöser from comment #1)
> This looks to me like a problem in knewstuff. KWin has the following piece
> of code:
> 
>     connect(ui->ghnsButton, &KNS3::Button::dialogFinished, this,
> [this](const KNS3::Entry::List &changedEntries) {
>         if (!changedEntries.isEmpty()) {
>             updateListViewContents();
>         }
>     });
> 
> Which means the list is empty when removing a script and thus the update is
> not executed.

It looks to me more like KPluginSelector does not allow removal of entries

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to