From 5228c8e4f432c8bdabfb56acea8ba29284d7adc6 Mon Sep 17 00:00:00 2001 From: tb2097 Date: Thu, 6 Dec 2018 15:55:49 -0800 Subject: [PATCH] Update pad.py fixed typo on line 83 --- wacom-gui/pad.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wacom-gui/pad.py b/wacom-gui/pad.py index a240e18..a9bc0f5 100644 --- a/wacom-gui/pad.py +++ b/wacom-gui/pad.py @@ -80,7 +80,7 @@ def load_dconf(self): break if not found: new_entry = 'custom%d' % (idx + 1) - custom[new_entry] = {'name': "'%s'" % data['label'], + os_custom[new_entry] = {'name': "'%s'" % data['label'], 'binding': "'%s'" % data['dconf'], 'action': "'%s'" % data['run']} # generate config file @@ -472,4 +472,4 @@ def __init__(self, icon, info): } -''' \ No newline at end of file +'''