Merge lp://staging/~ebichete/bzr-gtk/bugfix_lp429947 into lp://staging/bzr-gtk/gtk2
Proposed by
Edward Ari Bichetero
Status: | Merged |
---|---|
Approved by: | Jelmer Vernooij |
Approved revision: | 700 |
Merged at revision: | 710 |
Proposed branch: | lp://staging/~ebichete/bzr-gtk/bugfix_lp429947 |
Merge into: | lp://staging/bzr-gtk/gtk2 |
Diff against target: |
25 lines (+8/-3) 1 file modified
diff.py (+8/-3) |
To merge this branch: | bzr merge lp://staging/~ebichete/bzr-gtk/bugfix_lp429947 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Martin Pool (community) | Approve | ||
Review via email: mp+39221@code.staging.launchpad.net |
Commit message
Fix a crash in 'bzr gdiff' when the user has a gedit highlighting scheme that is also not in the system-wide gedit styles directory.
Description of the change
Fix a crash in 'bzr gdiff' when the user has a gedit highlighting scheme that is also not in the system-wide gedit styles directory.
This fixes bug #429947 (Problem in viewing revision difference from `bzr visualise`)
To post a comment you must log in.
Bit ugly it has to be hardcoded in there, but this seems useful and consistent with the existing code.