author | Anton Gyllenberg <anton@iki.fi> | |
Mon, 19 Nov 2007 10:37:16 +0000 (12:37 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 20 Nov 2007 07:24:34 +0000 (23:24 -0800) | ||
commit | 59adeef48fcc3ea3e1288ce62260fdd8f46240da | |
tree | b66fb223a3bf942fe0355f656e019024f34df8a4 | tree | snapshot |
parent | b7f30e0a972ab90a0f7720a7d6411822eb796ea3 | commit | diff |
gitview: import only one of gtksourceview and gtksourceview2
Importing both gtksourceview and gtksourceview2 will make python segfault
on my system (ubuntu 7.10). Change so that gtksourceview is only imported
if importing gtksourceview2 fails. This should be safe as gtksourceview
is only used if gtksourceview2 is not available.
Signed-off-by: Anton Gyllenberg <anton@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Importing both gtksourceview and gtksourceview2 will make python segfault
on my system (ubuntu 7.10). Change so that gtksourceview is only imported
if importing gtksourceview2 fails. This should be safe as gtksourceview
is only used if gtksourceview2 is not available.
Signed-off-by: Anton Gyllenberg <anton@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/gitview/gitview | diff | blob | history |