cjprecord / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 0 forks source link

[macrolauncher] Crash on save #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Created a new macro
2. worked on it and saved it a few times
3. typed a partially finished line (had a syntax error)
4. saved it

Traceback (most recent call last):
  File
"//usr/local/lib/wxPython-unicode-2.8.9.2/lib/python2.5/site-packages/wx-2.8-mac
-unicode/wx/_core.py",
line 14574, in <lambda>
    lambda event: event.callable(*event.args, **event.kw) )
  File
"/Users/codyprecord/Desktop/devel/Editra/plugins/editra-plugins/trunk/MacroLaunc
her/MacroLauncher/mbrowser.py",
line 476, in UpdateMacroBrowserByOne
    self.UpdateList(filter = filter_value)
  File
"/Users/codyprecord/Desktop/devel/Editra/plugins/editra-plugins/trunk/MacroLaunc
her/MacroLauncher/mbrowser.py",
line 562, in UpdateList
    self._listctrl.AddEntries(macrodata)
  File
"/Users/codyprecord/Desktop/devel/Editra/plugins/editra-plugins/trunk/MacroLaunc
her/MacroLauncher/mbrowser.py",
line 1244, in AddEntries
    self._log("[err] %s" % msg)
AttributeError: 'CustomListCtrl' object has no attribute '_log'

Original issue reported on code.google.com by CodyPrec...@gmail.com on 24 May 2009 at 3:09

GoogleCodeExporter commented 9 years ago
Thank you, fixed and cleaned up the calls to loggging

Original comment by roman.ch...@gmail.com on 26 May 2009 at 6:32