summaryrefslogtreecommitdiffstats
path: root/www/gtkhtml3/files/patch-components_editor_gtkhtml-spell-dialog.c
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-08-24 18:43:50 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-08-24 18:43:50 +0800
commit71dfde0760b13ea318c656ddead128dbe634597d (patch)
tree604a8dbb563a5add31be347304c3eef5aa78e2a5 /www/gtkhtml3/files/patch-components_editor_gtkhtml-spell-dialog.c
parentaf8341069438e68bbabd2ab98ad25e0876c4d400 (diff)
downloadmarcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.gz
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.zst
marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.zip
Clean up after libproxy,libnotify,poppler*,webkit-gtk2 and glib+gtk updates.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16129 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gtkhtml3/files/patch-components_editor_gtkhtml-spell-dialog.c')
-rw-r--r--www/gtkhtml3/files/patch-components_editor_gtkhtml-spell-dialog.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/gtkhtml3/files/patch-components_editor_gtkhtml-spell-dialog.c b/www/gtkhtml3/files/patch-components_editor_gtkhtml-spell-dialog.c
deleted file mode 100644
index ec390b5d8..000000000
--- a/www/gtkhtml3/files/patch-components_editor_gtkhtml-spell-dialog.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- components/editor/gtkhtml-spell-dialog.c.orig 2010-09-19 17:57:00.000000000 +0000
-+++ components/editor/gtkhtml-spell-dialog.c 2010-09-19 17:57:41.000000000 +0000
-@@ -443,7 +443,9 @@ spell_dialog_init (GtkhtmlSpellDialog *d
-
- gtk_dialog_add_button (
- GTK_DIALOG (dialog), GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE);
-- gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
-+#if !GTK_CHECK_VERSION(2,90,7)
-+ g_object_set (dialog, "has-separator", FALSE, NULL);
-+#endif
- gtk_window_set_title (GTK_WINDOW (dialog), _("Spell Checker"));
- gtk_container_set_border_width (GTK_CONTAINER (dialog), 5);
-