diff options
author | Christian Persch <chpe@gnome.org> | 2007-06-04 06:11:05 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-06-04 06:11:05 +0800 |
commit | 1ce56edff8fab18e2ac05bb30c72c0a06bccca7e (patch) | |
tree | 01b79fa98e1e26813009eac1c7253dffce8c23ef /embed/ephy-embed.c | |
parent | f29f02f432628c68cf66fa4cf0b50901c8504674 (diff) | |
download | gsoc2013-epiphany-1ce56edff8fab18e2ac05bb30c72c0a06bccca7e.tar.gz 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/ephy-embed.c')
-rw-r--r-- | embed/ephy-embed.c | 1 |
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); } |