]> git.pld-linux.org Git - packages/abiword.git/blame - glib.patch
- release 16 (by relup.sh)
[packages/abiword.git] / glib.patch
CommitLineData
c813f7b0
JR
1diff -up abiword-2.8.6/goffice-bits/goffice/app/go-cmd-context.c.glibfix abiword-2.8.6/goffice-bits/goffice/app/go-cmd-context.c
2--- abiword-2.8.6/goffice-bits/goffice/app/go-cmd-context.c.glibfix 2012-02-27 15:04:45.744812212 -0500
3+++ abiword-2.8.6/goffice-bits/goffice/app/go-cmd-context.c 2012-02-27 15:05:51.628239624 -0500
4@@ -10,7 +10,7 @@
5 #include "go-cmd-context-impl.h"
6 #include <goffice/app/goffice-app.h>
7 #include <gsf/gsf-impl-utils.h>
8-#include <glib/gi18n-lib.h>
9+#include <glib.h>
10
11 #define GCC_CLASS(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), GO_CMD_CONTEXT_TYPE, GOCmdContextClass))
12
13diff -up abiword-2.8.6/goffice-bits/goffice/app/goffice-app.h.glibfix abiword-2.8.6/goffice-bits/goffice/app/goffice-app.h
14--- abiword-2.8.6/goffice-bits/goffice/app/goffice-app.h.glibfix 2012-02-27 15:06:06.157113352 -0500
15+++ abiword-2.8.6/goffice-bits/goffice/app/goffice-app.h 2012-02-27 15:06:11.037070941 -0500
16@@ -22,7 +22,7 @@
17 #ifndef GOFFICE_APP_H
18 #define GOFFICE_APP_H
19
20-#include <glib/gmacros.h>
21+#include <glib.h>
22
23 G_BEGIN_DECLS
24
25diff -up abiword-2.8.6/src/af/util/xp/ut_go_file.h.glibfix abiword-2.8.6/src/af/util/xp/ut_go_file.h
26--- abiword-2.8.6/src/af/util/xp/ut_go_file.h.glibfix 2012-02-27 15:07:23.222443598 -0500
27+++ abiword-2.8.6/src/af/util/xp/ut_go_file.h 2012-02-27 15:07:26.708413289 -0500
667379a3
AF
28@@ -31,7 +31,6 @@
29
30 #include <glib.h>
31 #include <gsf/gsf.h>
32-#include <glib/gerror.h>
33 #include <time.h>
34
35 G_BEGIN_DECLS
This page took 0.379861 seconds and 4 git commands to generate.