Skip to content

Commit

Permalink
another mistake on spelling, ready for release though
Browse files Browse the repository at this point in the history
  • Loading branch information
BlendingJake committed Feb 5, 2017
1 parent 8bd817d commit 09f791b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def unregister():
if wm.keyconfigs.addon:
for kmi in wm.keyconfigs.addon.keymaps['3D View'].keymap_items:
if kmi.idname == "mesh.jv_add_face_group_item":
wm.keyconfig.addon.keymaps['3D View'].keymap_items.remove(kmi)
wm.keyconfigs.addon.keymaps['3D View'].keymap_items.remove(kmi)

if __name__ == "__main__":
register()

0 comments on commit 09f791b

Please sign in to comment.