diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,6 +2,15 @@ * embed/mozilla/EphyAboutModule.cpp: + Fixes the escaping in the error message "The page %s was not fully + loaded yet when the browser crashed..." by changing the + g_strdup_printf into a g_markup_printf_escaped. Bug #374627. Patch by + Diego Escalante Urrelo. + +2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org> + + * embed/mozilla/EphyAboutModule.cpp: + Fixes the menu path of the service unavailable error message. 2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org> |