GNOME Bugzilla – Bug 758154
Meld not highlighting changed lines
Last modified: 2015-11-16 03:08:21 UTC
OS: Ubuntu 15.10 WM: Gnome-Shell Meld: 3.14.0 Meld not highlighting changed lines. See Screenshot. Getting this exception in the console: Traceback (most recent call last):
+ Trace 235725
ret = next(task)
for i in self._diff_files():
while next(step) is None:
while next(work) is None:
a, b = self.preprocess()
a, b = self.preprocess_remove_prefix_suffix(self.a, self.b)
self.common_prefix = find_common_prefix(a, b)
if a[0] == b[0]:
line_end = line_start.copy()
Created attachment 315647 [details] screenshot
Thanks for taking the time to report this. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 758098 ***