Comment 3 for bug 429947

Revision history for this message
Cyberkilla (cyberkilla04uk-deactivatedaccount) wrote :

Hello, are you sure this is fixed?

I have the latest packages from your PPA and I'm still getting the error:

----------
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/bzrlib/plugins/gtk/viz/branchwin.py", line 440, in _treeselection_changed_cb
    self.update_diff_panel(revision, parents)
  File "/usr/lib/python2.6/dist-packages/bzrlib/plugins/gtk/viz/branchwin.py", line 642, in update_diff_panel
    self.diff.set_diff(rev_tree, parent_tree)
  File "/usr/lib/python2.6/dist-packages/bzrlib/plugins/gtk/diff.py", line 331, in set_diff
    self.diff_view = DiffView()
  File "/usr/lib/python2.6/dist-packages/bzrlib/plugins/gtk/diff.py", line 245, in __init__
    DiffFileView.__init__(self)
  File "/usr/lib/python2.6/dist-packages/bzrlib/plugins/gtk/diff.py", line 67, in __init__
    self.construct()
  File "/usr/lib/python2.6/dist-packages/bzrlib/plugins/gtk/diff.py", line 81, in construct
    self.apply_gedit_colors(self.buffer)
  File "/usr/lib/python2.6/dist-packages/bzrlib/plugins/gtk/diff.py", line 111, in apply_gedit_colors
    buf.set_style_scheme(style_scheme)
TypeError: GtkSourceBuffer.set_style_scheme() argument 1 must be gtksourceview2.StyleScheme, not None
----------

Am I doing something wrong?