summaryrefslogtreecommitdiff
path: root/www/epiphany/files/patch-src_ephy-window.c
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2018-09-30 11:58:29 +0000
committerKoop Mast <kwm@FreeBSD.org>2018-09-30 11:58:29 +0000
commit951c1f5d1c7354f058f5919d858dbb0c174dc73e (patch)
tree6146e775343aaf339921799078894a48fef9aa15 /www/epiphany/files/patch-src_ephy-window.c
parentRemove expired ports: (diff)
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
Diffstat (limited to 'www/epiphany/files/patch-src_ephy-window.c')
-rw-r--r--www/epiphany/files/patch-src_ephy-window.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/www/epiphany/files/patch-src_ephy-window.c b/www/epiphany/files/patch-src_ephy-window.c
deleted file mode 100644
index 6f2eb9d22356..000000000000
--- a/www/epiphany/files/patch-src_ephy-window.c
+++ /dev/null
@@ -1,25 +0,0 @@
---- src/ephy-window.c.orig 2018-03-27 15:41:00 UTC
-+++ src/ephy-window.c
-@@ -1301,13 +1301,6 @@ webkit_context_menu_item_new_from_gaction_with_paramet
- #pragma GCC diagnostic pop
- }
-
--static WebKitContextMenuItem *
--webkit_context_menu_item_new_from_gaction (GAction *action,
-- const char *label)
--{
-- return webkit_context_menu_item_new_from_gaction_with_parameter (action, label, NULL);
--}
--
- static char *
- ellipsize_string (const char *string,
- glong max_length)
-@@ -1380,7 +1373,7 @@ add_action_to_context_menu (WebKitContextMenu *context
- action = g_action_map_lookup_action (G_ACTION_MAP (action_group), name);
- label = g_hash_table_lookup (window->action_labels, name);
- if (strcmp (label, "search-selection-placeholder") != 0) {
-- webkit_context_menu_append (context_menu, webkit_context_menu_item_new_from_gaction (action, _(label)));
-+ webkit_context_menu_append (context_menu, webkit_context_menu_item_new_from_gaction_with_parameter (action, _(label), NULL));
- } else {
- search_term = g_variant_get_string (target, NULL);
- search_label = format_search_label (search_term);