summaryrefslogtreecommitdiffstats
path: root/editors/gedit2/files/patch-gedit_gedit-mdi-child.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-15 06:19:55 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-15 06:19:55 +0800
commit3965e12acb474ff40a5205e5c4d1de90193b7889 (patch)
tree7dc26a69fe86d4f8c346bd5ba6647c604b6879b3 /editors/gedit2/files/patch-gedit_gedit-mdi-child.c
parenta9564ac3c8e0ba5660426cb0f66ed27a7d94e0a7 (diff)
downloadmarcuscom-ports-3965e12acb474ff40a5205e5c4d1de90193b7889.tar
marcuscom-ports-3965e12acb474ff40a5205e5c4d1de90193b7889.tar.gz
marcuscom-ports-3965e12acb474ff40a5205e5c4d1de90193b7889.tar.bz2
marcuscom-ports-3965e12acb474ff40a5205e5c4d1de90193b7889.tar.lz
marcuscom-ports-3965e12acb474ff40a5205e5c4d1de90193b7889.tar.xz
marcuscom-ports-3965e12acb474ff40a5205e5c4d1de90193b7889.tar.zst
marcuscom-ports-3965e12acb474ff40a5205e5c4d1de90193b7889.zip
* Fix build with new eel2
* Use intlhack and lthack git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1668 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit2/files/patch-gedit_gedit-mdi-child.c')
-rw-r--r--editors/gedit2/files/patch-gedit_gedit-mdi-child.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/editors/gedit2/files/patch-gedit_gedit-mdi-child.c b/editors/gedit2/files/patch-gedit_gedit-mdi-child.c
new file mode 100644
index 000000000..90475607b
--- /dev/null
+++ b/editors/gedit2/files/patch-gedit_gedit-mdi-child.c
@@ -0,0 +1,21 @@
+--- gedit/gedit-mdi-child.c.orig Wed Jan 14 17:16:40 2004
++++ gedit/gedit-mdi-child.c Wed Jan 14 17:18:00 2004
+@@ -37,7 +37,7 @@
+ #include <libgnomevfs/gnome-vfs.h>
+ #include <libgnomevfs/gnome-vfs-mime-utils.h>
+ #include <libgnomevfs/gnome-vfs-mime-handlers.h>
+-#include <eel/eel-input-event-box.h>
++#include <gtk/gtkeventbox.h>
+
+ #include <bonobo/bonobo-i18n.h>
+
+@@ -751,7 +751,8 @@
+ &w, &h);
+
+ /* create our layout/event boxes */
+- event_box = eel_input_event_box_new();
++ event_box = gtk_event_box_new();
++ gtk_event_box_set_visible_window (GTK_EVENT_BOX (event_box), FALSE);
+ event_hbox = gtk_hbox_new (FALSE, 0);
+ hbox = gtk_hbox_new (FALSE, 0);
+