Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 465490
Collapse All | Expand All

(-)gui2/textbuf.c.ORIG (+1 lines)
Lines 37-42 Link Here
37
#endif
37
#endif
38
38
39
#ifdef USE_GTKSOURCEVIEW_3
39
#ifdef USE_GTKSOURCEVIEW_3
40
# include <gtksourceview/gtksourcebuffer.h>
40
# define GTK_IS_SOURCE_VIEW GTK_SOURCE_IS_VIEW
41
# define GTK_IS_SOURCE_VIEW GTK_SOURCE_IS_VIEW
41
#endif
42
#endif
42
43
(-)textutil.c.ORIG (+2 lines)
Lines 30-35 Link Here
30
#include "system.h"
30
#include "system.h"
31
#include "winstack.h"
31
#include "winstack.h"
32
32
33
#include <gtksourceview/gtksourcebuffer.h>
34
33
#if USE_GTKSOURCEVIEW_2
35
#if USE_GTKSOURCEVIEW_2
34
# include <gtksourceview/gtksourceiter.h>
36
# include <gtksourceview/gtksourceiter.h>
35
#endif
37
#endif

Return to bug 465490