From 1ce56edff8fab18e2ac05bb30c72c0a06bccca7e Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 3 Jun 2007 22:11:05 +0000 Subject: It seems SUSE can't take a hint and doesn't care, so remove this comment. 2007-06-04 Christian Persch * 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 --- ChangeLog | 6 ++++++ embed/ephy-embed.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 721b7a142..c167b6fb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-06-04 Christian Persch + + * 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 * 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); } -- cgit