aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2007-06-04 06:11:05 +0800
committerChristian Persch <chpe@src.gnome.org>2007-06-04 06:11:05 +0800
commit1ce56edff8fab18e2ac05bb30c72c0a06bccca7e (patch)
tree01b79fa98e1e26813009eac1c7253dffce8c23ef /embed
parentf29f02f432628c68cf66fa4cf0b50901c8504674 (diff)
downloadgsoc2013-epiphany-1ce56edff8fab18e2ac05bb30c72c0a06bccca7e.tar
gsoc2013-epiphany-1ce56edff8fab18e2ac05bb30c72c0a06bccca7e.tar.gz
gsoc2013-epiphany-1ce56edff8fab18e2ac05bb30c72c0a06bccca7e.tar.bz2
gsoc2013-epiphany-1ce56edff8fab18e2ac05bb30c72c0a06bccca7e.tar.lz
gsoc2013-epiphany-1ce56edff8fab18e2ac05bb30c72c0a06bccca7e.tar.xz
gsoc2013-epiphany-1ce56edff8fab18e2ac05bb30c72c0a06bccca7e.tar.zst
gsoc2013-epiphany-1ce56edff8fab18e2ac05bb30c72c0a06bccca7e.zip
It seems SUSE can't take a hint and doesn't care, so remove this comment.
2007-06-04 Christian Persch <chpe@gnome.org> * embed/ephy-embed.c: (ephy_embed_load_url): It seems SUSE can't take a hint and doesn't care, so remove this comment. svn path=/trunk/; revision=7065
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index a75e98bf2..afd6d0129 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -440,7 +440,6 @@ void
ephy_embed_load_url (EphyEmbed *embed,
const char *url)
{
- /* Remove that crap patch please */
EphyEmbedIface *iface = EPHY_EMBED_GET_IFACE (embed);
iface->load_url (embed, url);
}