diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-07 12:35:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-07 12:35:29 +0800 |
commit | 222231351134cd51c3e01f6528986ac9b68e8278 (patch) | |
tree | afa878c25adf578f5cb94c7bd5234ee1ef293ac4 /www/gtkhtml3/files | |
parent | 002ad61907b76f3251bdb72b7431852ce2023765 (diff) | |
download | marcuscom-ports-222231351134cd51c3e01f6528986ac9b68e8278.tar marcuscom-ports-222231351134cd51c3e01f6528986ac9b68e8278.tar.gz marcuscom-ports-222231351134cd51c3e01f6528986ac9b68e8278.tar.bz2 marcuscom-ports-222231351134cd51c3e01f6528986ac9b68e8278.tar.lz marcuscom-ports-222231351134cd51c3e01f6528986ac9b68e8278.tar.xz marcuscom-ports-222231351134cd51c3e01f6528986ac9b68e8278.tar.zst marcuscom-ports-222231351134cd51c3e01f6528986ac9b68e8278.zip |
Update to 3.0.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@722 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gtkhtml3/files')
-rw-r--r-- | www/gtkhtml3/files/patch-components_html-editor_Makefile.in | 14 | ||||
-rw-r--r-- | www/gtkhtml3/files/patch-src_htmlengine.c | 18 |
2 files changed, 7 insertions, 25 deletions
diff --git a/www/gtkhtml3/files/patch-components_html-editor_Makefile.in b/www/gtkhtml3/files/patch-components_html-editor_Makefile.in index 5166f3030..5a43e3150 100644 --- a/www/gtkhtml3/files/patch-components_html-editor_Makefile.in +++ b/www/gtkhtml3/files/patch-components_html-editor_Makefile.in @@ -1,11 +1,11 @@ ---- components/html-editor/Makefile.in.orig Wed Apr 16 01:54:00 2003 -+++ components/html-editor/Makefile.in Wed Apr 16 01:54:23 2003 -@@ -178,7 +178,7 @@ - libgnome_gtkhtml_editor_3_0_la_SOURCES = editor-control-shlib.c +--- components/html-editor/Makefile.in.orig Wed May 7 00:13:34 2003 ++++ components/html-editor/Makefile.in Wed May 7 00:14:21 2003 +@@ -307,7 +307,7 @@ --libgnome_gtkhtml_editor_3_0_la_LDFLAGS = -avoid-version -no-undefined -+libgnome_gtkhtml_editor_3_0_la_LDFLAGS = -avoid-version -module -no-undefined + libgnome_gtkhtml_editor_3_0_la_LDFLAGS = \ +- -avoid-version -no-undefined ++ -avoid-version -module -no-undefined - libgnome_gtkhtml_editor_3_0_la_LIBADD = $(LDADD) libgnome-gtkhtml-editor.la + libgnome_gtkhtml_editor_3_0_la_LIBADD = \ diff --git a/www/gtkhtml3/files/patch-src_htmlengine.c b/www/gtkhtml3/files/patch-src_htmlengine.c deleted file mode 100644 index 440053862..000000000 --- a/www/gtkhtml3/files/patch-src_htmlengine.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/htmlengine.c.orig Mon Apr 21 03:08:19 2003 -+++ src/htmlengine.c Mon Apr 21 03:08:50 2003 -@@ -4142,6 +4142,7 @@ - if (e->editable) { - html_engine_ensure_editable (e); - html_cursor_home (e->cursor, e); -+ e->newPage = FALSE; - } - - g_signal_emit (e, signals [LOAD_DONE], 0); -@@ -4577,6 +4578,7 @@ - if (editable) { - html_engine_ensure_editable (e); - html_cursor_home (e->cursor, e); -+ e->newPage = FALSE; - - if (e->have_focus) - html_engine_setup_blinking_cursor (e); |