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

(-)gtkhtml-3.2.4/src/gtkhtml.c (+1 lines)
Lines 71-76 Link Here
71
#include "gtkhtml-properties.h"
71
#include "gtkhtml-properties.h"
72
#include "math.h"
72
#include "math.h"
73
#include <libgnome/gnome-util.h>
73
#include <libgnome/gnome-util.h>
74
#include <bonobo/bonobo-i18n.h>
74
75
75
enum DndTargetType {
76
enum DndTargetType {
76
	DND_TARGET_TYPE_TEXT_URI_LIST,
77
	DND_TARGET_TYPE_TEXT_URI_LIST,
(-)gtkhtml-3.2.4/src/gtkhtml-properties.c (-1 / +1 lines)
Lines 24-30 Link Here
24
#include <string.h>
24
#include <string.h>
25
#include <locale.h>
25
#include <locale.h>
26
#include <gdk/gdkx.h>
26
#include <gdk/gdkx.h>
27
#include <libgnome/gnome-i18n.h>
27
#include <bonobo/bonobo-i18n.h>
28
#include "gtkhtml.h"
28
#include "gtkhtml.h"
29
#include "gtkhtml-properties.h"
29
#include "gtkhtml-properties.h"
30
#include "htmlfontmanager.h"
30
#include "htmlfontmanager.h"
(-)gtkhtml-3.2.4/src/htmlbutton.c (-1 / +1 lines)
Lines 25-31 Link Here
25
#include "htmlbutton.h"
25
#include "htmlbutton.h"
26
#include "htmlform.h"
26
#include "htmlform.h"
27
#include <string.h>
27
#include <string.h>
28
#include <libgnome/gnome-i18n.h>
28
#include <bonobo/bonobo-i18n.h>
29
29
30
HTMLButtonClass html_button_class;
30
HTMLButtonClass html_button_class;
31
31
(-)gtkhtml-3.2.4/src/htmlengine-print.c (-1 / +1 lines)
Lines 21-27 Link Here
21
21
22
#include <config.h>
22
#include <config.h>
23
#include <gtk/gtk.h>
23
#include <gtk/gtk.h>
24
#include <libgnome/gnome-i18n.h>
24
#include <bonobo/bonobo-i18n.h>
25
#include <libgnomeui/gnome-dialog-util.h>
25
#include <libgnomeui/gnome-dialog-util.h>
26
#include "gtkhtml.h"
26
#include "gtkhtml.h"
27
#include "gtkhtml-private.h"
27
#include "gtkhtml-private.h"
(-)gtkhtml-3.2.4/src/htmlgdkpainter.c (-1 / +1 lines)
Lines 31-37 Link Here
31
#include <gdk-pixbuf/gdk-pixbuf.h>
31
#include <gdk-pixbuf/gdk-pixbuf.h>
32
#include <gtk/gtksignal.h>
32
#include <gtk/gtksignal.h>
33
33
34
#include <libgnome/gnome-i18n.h>
34
#include <bonobo/bonobo-i18n.h>
35
35
36
#include "htmlentity.h"
36
#include "htmlentity.h"
37
#include "htmlgdkpainter.h"
37
#include "htmlgdkpainter.h"
(-)gtkhtml-3.2.4/src/test.c (-1 / +1 lines)
Lines 36-42 Link Here
36
#include <gtk/gtkbutton.h>
36
#include <gtk/gtkbutton.h>
37
#include <gtk/gtksignal.h>
37
#include <gtk/gtksignal.h>
38
38
39
#include <libgnome/gnome-i18n.h>
39
#include <bonobo/bonobo-i18n.h>
40
#include <libgnomeui/gnome-ui-init.h>
40
#include <libgnomeui/gnome-ui-init.h>
41
41
42
#include "gtkhtml.h"
42
#include "gtkhtml.h"
(-)gtkhtml-3.2.4/src/testgtkhtml.c (-1 / +1 lines)
Lines 17-23 Link Here
17
*/
17
*/
18
18
19
#include "config.h"
19
#include "config.h"
20
#include <libgnome/gnome-i18n.h>
20
#include <bonobo/bonobo-i18n.h>
21
#include <gnome.h>
21
#include <gnome.h>
22
#include <bonobo.h>
22
#include <bonobo.h>
23
#include <sys/types.h>
23
#include <sys/types.h>

Return to bug 83106