summaryrefslogtreecommitdiffstats
path: root/www/gtkhtml3/files/patch-components_editors_gtkhtml-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/gtkhtml3/files/patch-components_editors_gtkhtml-editor.c')
-rw-r--r--www/gtkhtml3/files/patch-components_editors_gtkhtml-editor.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/gtkhtml3/files/patch-components_editors_gtkhtml-editor.c b/www/gtkhtml3/files/patch-components_editors_gtkhtml-editor.c
deleted file mode 100644
index 632f7d3e6..000000000
--- a/www/gtkhtml3/files/patch-components_editors_gtkhtml-editor.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- components/editor/gtkhtml-editor.c.orig 2009-09-29 10:28:17.000000000 +0200
-+++ components/editor/gtkhtml-editor.c 2009-09-29 10:28:38.000000000 +0200
-@@ -384,7 +384,7 @@ editor_method_event (GtkHTML *html,
- guint signal_id;
-
- /* GtkHTML event arguments are either NULL or a single string. */
-- if (G_VALUE_HOLDS (args, G_TYPE_STRING))
-+ if (args && G_VALUE_HOLDS (args, G_TYPE_STRING))
- string = g_value_get_string (args);
-
- switch (event) {