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

Boudewijn Rempt <b...@valdyas.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Boudewijn Rempt <b...@valdyas.org> ---
Fixed in


commit 02ba8aa46767e0f5bd4d2abf77d53ae513c97dfc
Author: Boudewijn Rempt <b...@valdyas.org>
Date:   Thu Mar 22 14:41:12 2018 +0100

    Fix typo

diff --git a/plugins/python/tenbrushes/tenbrushesdialog.py
b/plugins/python/tenbrushes/tenbrushesdialog.py
index d2403a6957..6a87b19705 100644
--- a/plugins/python/tenbrushes/tenbrushesdialog.py
+++ b/plugins/python/tenbrushes/tenbrushesdialog.py
@@ -20,7 +20,7 @@ class TenBrushesDialog(QDialog):
         self.uitenbrushes = uitenbrushes

     def accept(self):
-        self.uitenbrushes.tentbrushes.writeSettings()
+        self.uitenbrushes.tenbrushes.writeSettings()

         super(TenBrushesDialog, self).accept()

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

Reply via email to