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 | |
parent | f29f02f432628c68cf66fa4cf0b50901c8504674 (diff) | |
download | gsoc2013-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
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/ephy-embed.c | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,9 @@ +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. + 2007-05-31 Diego Escalante Urrelo <diegoe@gnome.org> * lib/widgets/ephy-location-entry.c: 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); } |