diff options
Diffstat (limited to 'gnome-extra/gtkhtml/files/gtkhtml-3.2-gi18n.patch')
-rw-r--r-- | gnome-extra/gtkhtml/files/gtkhtml-3.2-gi18n.patch | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/gnome-extra/gtkhtml/files/gtkhtml-3.2-gi18n.patch b/gnome-extra/gtkhtml/files/gtkhtml-3.2-gi18n.patch deleted file mode 100644 index a2e9a6325245..000000000000 --- a/gnome-extra/gtkhtml/files/gtkhtml-3.2-gi18n.patch +++ /dev/null @@ -1,61 +0,0 @@ ---- gtkhtml-3.2.5/components/html-editor/body.c 2007/09/22 22:24:29 1.1 -+++ gtkhtml-3.2.5/components/html-editor/body.c 2007/09/22 22:24:50 -@@ -23,6 +23,7 @@ - #include <config.h> - #include <libgnome/gnome-i18n.h> - #include <string.h> -+#include <glib/gi18n-lib.h> - #include "gi-color-combo.h" - #include "htmlengine-edit.h" - #include "htmlengine-edit-clueflowstyle.h" ---- gtkhtml-3.2.5/components/html-editor/template.c 2007/09/22 22:41:26 1.1 -+++ gtkhtml-3.2.5/components/html-editor/template.c 2007/09/22 22:41:52 -@@ -24,6 +24,7 @@ - #include <libgnome/gnome-i18n.h> - #include <string.h> - #include <glade/glade.h> -+#include <glib/gi18n-lib.h> - - #include "gtkhtml.h" - #include "htmlcursor.h" ---- gtkhtml-3.2.5/components/html-editor/toolbar.c 2007/09/22 22:43:24 1.1 -+++ gtkhtml-3.2.5/components/html-editor/toolbar.c 2007/09/22 22:43:35 -@@ -27,6 +27,7 @@ - #include <libgnome/gnome-i18n.h> - #include <gnome.h> - #include <bonobo.h> -+#include <glib/gi18n-lib.h> - - #include "gi-color-combo.h" - #include "toolbar.h" ---- gtkhtml-3.2.5/components/html-editor/utils.c 2007/09/22 22:44:03 1.1 -+++ gtkhtml-3.2.5/components/html-editor/utils.c 2007/09/22 22:44:16 -@@ -23,6 +23,7 @@ - #include <config.h> - #include <libgnome/gnome-i18n.h> - #include <string.h> -+#include <glib/gi18n-lib.h> - #include "gtkhtml-compat.h" - #include "htmlcursor.h" - #include "htmlengine.h" ---- gtkhtml-3.2.5/components/html-editor/gi-color-palette.c 2007/09/22 22:44:57 1.1 -+++ gtkhtml-3.2.5/components/html-editor/gi-color-palette.c 2007/09/22 22:45:11 -@@ -36,6 +36,7 @@ - #include <libgnomecanvas/gnome-canvas.h> - #include <libgnomecanvas/gnome-canvas-rect-ellipse.h> - #include <gdk/gdkcolor.h> -+#include <glib/gi18n-lib.h> - #include "gi-color-group.h" - #include "gi-color-palette.h" - #include "gi-colors.h" ---- gtkhtml-3.2.5/components/html-editor/test-html-editor-control.c 2007/09/22 22:46:35 1.1 -+++ gtkhtml-3.2.5/components/html-editor/test-html-editor-control.c 2007/09/22 22:46:46 -@@ -23,6 +23,7 @@ - - #include <config.h> - #include <libgnome/gnome-i18n.h> -+#include <glib/gi18n-lib.h> - - #include <gnome.h> - #include <bonobo.h> - |