aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-wizard.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-wizard.c')
-rw-r--r--shell/evolution-wizard.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/evolution-wizard.c b/shell/evolution-wizard.c
index 20f576e8e7..291c7ad57a 100644
--- a/shell/evolution-wizard.c
+++ b/shell/evolution-wizard.c
@@ -301,7 +301,7 @@ evolution_wizard_set_buttons_sensitive (EvolutionWizard *wizard,
EVOLUTION_WIZARD_SET_BUTTONS_SENSITIVE,
&any, &ev);
if (opt_ev == NULL && BONOBO_EX (&ev)) {
- g_warning ("ERROR(%s): %s", __FUNCTION__, CORBA_exception_id (&ev));
+ g_warning ("ERROR(evolution_wizard_set_buttons_sensitive): %s", CORBA_exception_id (&ev));
}
if (opt_ev == NULL) {
@@ -336,7 +336,7 @@ evolution_wizard_set_show_finish (EvolutionWizard *wizard,
EVOLUTION_WIZARD_SET_SHOW_FINISH,
&any, &ev);
if (opt_ev == NULL && BONOBO_EX (&ev)) {
- g_warning ("ERROR(%s): %s", __FUNCTION__, CORBA_exception_id (&ev));
+ g_warning ("ERROR(evolution_wizard_set_show_finish): %s", CORBA_exception_id (&ev));
}
if (opt_ev == NULL) {
@@ -375,7 +375,7 @@ evolution_wizard_set_page (EvolutionWizard *wizard,
&any, &ev);
if (opt_ev == NULL && BONOBO_EX (&ev)) {
- g_warning ("ERROR(%s): %s", __FUNCTION__, CORBA_exception_id (&ev));
+ g_warning ("ERROR(evolution_wizard_set_page): %s", CORBA_exception_id (&ev));
}
if (opt_ev == NULL) {