From 06a35575071afe841195199754a27f04a4b03716 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 25 Oct 2001 18:25:17 +0000 Subject: Don't use __FUNCTION__. (evolution_wizard_set_show_finish): Likewise. * evolution-wizard.c (evolution_wizard_set_buttons_sensitive): Don't use __FUNCTION__. (evolution_wizard_set_show_finish): Likewise. (evolution_wizard_set_page): Likewise. * e-shell-startup-wizard.c (make_mail_dialog_pages): Do not use __FUNCTION__ and __LINE__. This breaks the string freeze, but the old way made Evolution non-compilable with non-GNU compilers. svn path=/trunk/; revision=14094 --- shell/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 1afc6b2756..8c9a795e14 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,14 @@ +2001-10-25 Ettore Perazzoli + + * evolution-wizard.c (evolution_wizard_set_buttons_sensitive): + Don't use __FUNCTION__. + (evolution_wizard_set_show_finish): Likewise. + (evolution_wizard_set_page): Likewise. + + * e-shell-startup-wizard.c (make_mail_dialog_pages): Do not use + __FUNCTION__ and __LINE__. This breaks the string freeze, but the + old way made Evolution non-compilable with non-GNU compilers. + 2001-10-24 Ettore Perazzoli * e-shell-about-box.c: Add a few names to the box. -- cgit