Skip to content

Commit

Permalink
Update pad.py
Browse files Browse the repository at this point in the history
fixed typo on line 83
  • Loading branch information
tb2097 authored Dec 6, 2018
1 parent f513dde commit 5228c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wacom-gui/pad.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -472,4 +472,4 @@ def __init__(self, icon, info):
}
'''
'''

0 comments on commit 5228c8e

Please sign in to comment.