andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Failure when opening "Application shortcuts" window the second time #172

Closed vi closed 10 years ago

vi commented 10 years ago
Traceback (most recent call last):
  File "/home/vi/src/git/enki/enki/plugins/appshortcuts/__init__.py", line 110, in _onEditShortcuts
    ActionShortcutEditor (self._actionManager, core.mainWindow()).exec_()
TypeError: 'module' object is not callable

After closing Enki and opening again, I can access access "Application shortcuts" once.

Enki version is 3d280f5a2fbabdd8f2b7c74aed26a58ab4ebda94.

andreikop commented 10 years ago

Thanks, fixed!