Comment 2 for bug 386359

Revision history for this message
Vincent Ladeuil (vila) wrote :

Applying:
=== modified file 'diff.py'
--- diff.py 2009-05-26 13:53:30 +0000
+++ diff.py 2009-06-12 14:41:06 +0000
@@ -24,6 +24,7 @@
     have_gtksourceview = True
 except ImportError:
     have_gtksourceview = False
+have_gtksourceview = False
 try:
     import gconf
     have_gconf = True

addressed sven problem.

We obviously need a better fix, but since I can't reproduce the bug...