andialbrecht / crunchyfrog

Head over to RunSQLRun, the successor of CrunchyFrog
http://runsqlrun.org
GNU General Public License v3.0
5 stars 2 forks source link

Opening preferences dialog raises AttributeError #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It's not clear how to reproduce this issue, but sometimes opening the
preferences dialog prints out an AttributeError on the command line.
:

{{{
Traceback (most recent call last):
  File "/storage/devel/cf.git/cf/ui/widgets/sqlview/__init__.py", line 145,
in update_textview_options
    buf.set_highlight_matching_brackets(c.get('editor.bracket_matching'))
AttributeError: 'gtk.TextBuffer' object has no attribute
'set_highlight_matching_brackets'
}}}

Original issue reported on code.google.com by albrecht.andi on 16 Apr 2009 at 1:15

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 00b2bc5a18.

Original comment by albrecht.andi on 28 Aug 2009 at 4:16