summaryrefslogtreecommitdiff
path: root/src/executableslist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/executableslist.cpp')
-rw-r--r--src/executableslist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/executableslist.cpp b/src/executableslist.cpp
index f592a2b7..0283a845 100644
--- a/src/executableslist.cpp
+++ b/src/executableslist.cpp
@@ -312,11 +312,11 @@ bool Executable::usesOwnIcon() const
void Executable::mergeFrom(const Executable& other)
{
- // flags on plugin executables that the user is allowed to chnage
+ // flags on plugin executables that the user is allowed to change
const auto allow = ShowInToolbar;
- if (!isCustom() && !other.isCustom()) {
+ if (!other.isCustom()) {
// this happens when loading plugin executables in addFromPlugin(), replace
// everything in case the plugin has changed