diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/ephy-embed.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2007-07-30 Diego Escalante Urrelo <diegoe@gnome.org> + * embed/ephy-embed.c: + + Add a missing space in ge_content_change description. + +2007-07-30 Diego Escalante Urrelo <diegoe@gnome.org> + * lib/ephy-file-helpers.c: Remove an unused variable. One-liner by Cosimo Cecchi. diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index 55bec83cc..fddbdddd4 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -291,7 +291,7 @@ ephy_embed_base_init (gpointer g_class) * @uri: URI of the new content * * The ::ge_content_change signal is emitted when a new page content - * is being loadedinto the browser. It's a good place to do view + * is being loaded into the browser. It's a good place to do view * related changes, for example to restore the zoom level of a page * or to set an user style sheet. **/ |