summaryrefslogtreecommitdiff
path: root/www/galeon2/files/patch-src_popup-commands.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-24 19:31:27 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-24 19:31:27 +0000
commit7830cdf866e09d08d13121d568db7e8ec0951586 (patch)
treed638b008a17e19ea4718cbd7087c49713d2b4454 /www/galeon2/files/patch-src_popup-commands.c
parent- Update to 0.4.6 (diff)
Update to 1.3.18. See http://galeon.sourceforge.net/Main/GaleonRelease1318
for a list of what's changed.
Notes
Notes: svn path=/head/; revision=120087
Diffstat (limited to 'www/galeon2/files/patch-src_popup-commands.c')
-rw-r--r--www/galeon2/files/patch-src_popup-commands.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/galeon2/files/patch-src_popup-commands.c b/www/galeon2/files/patch-src_popup-commands.c
deleted file mode 100644
index 510f87bc6e51..000000000000
--- a/www/galeon2/files/patch-src_popup-commands.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/popup-commands.c.orig Tue Aug 10 00:31:14 2004
-+++ src/popup-commands.c Tue Aug 10 00:31:21 2004
-@@ -333,11 +333,11 @@
- GaleonPopup *popup)
- {
- GaleonEmbed *embed;
-+ char *location;
-
- embed = galeon_popup_get_embed (popup);
- g_return_if_fail (GALEON_IS_EMBED (embed));
-
-- char *location;
- galeon_embed_get_location (embed, FALSE, FALSE, &location);
- popup_copy_to_clipboard (popup, location);
- g_free (location);