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

Martin Flöser <mgraess...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|kwin-bugs-n...@kde.org      |jpwhit...@kde.org
            Version|5.10.3                      |5.36.0
                 CC|                            |kdelibs-b...@kde.org,
                   |                            |mgraess...@kde.org
          Component|scripting                   |general
            Product|kwin                        |frameworks-knewstuff

--- Comment #1 from Martin Flöser <mgraess...@kde.org> ---
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.

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

Reply via email to