diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-09-26 06:11:29 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-09-26 06:11:29 +0800 |
commit | c76e6322cf850d3e7a909ae1353bdde8b2911cac (patch) | |
tree | 90a9ce3cfc903297eae6bb1e053838a2d536da3a /my-evolution/e-summary-calendar.c | |
parent | 19e03042e024e2e62acd69aa7005f1dfa9011754 (diff) | |
download | gsoc2013-evolution-c76e6322cf850d3e7a909ae1353bdde8b2911cac.tar.gz gsoc2013-evolution-c76e6322cf850d3e7a909ae1353bdde8b2911cac.tar.zst gsoc2013-evolution-c76e6322cf850d3e7a909ae1353bdde8b2911cac.zip |
Warnings Create an image cache USe task.png
Warnings
Create an image cache
USe task.png
svn path=/trunk/; revision=13128
Diffstat (limited to 'my-evolution/e-summary-calendar.c')
-rw-r--r-- | my-evolution/e-summary-calendar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/e-summary-calendar.c b/my-evolution/e-summary-calendar.c index acb975ed33..f32e197e8a 100644 --- a/my-evolution/e-summary-calendar.c +++ b/my-evolution/e-summary-calendar.c @@ -360,7 +360,7 @@ e_summary_calendar_protocol (ESummary *summary, CORBA_exception_init (&ev); factory = oaf_activate_from_id ("OAFIID:GNOME_Evolution_Calendar_CompEditorFactory", 0, NULL, &ev); if (BONOBO_EX (&ev)) { - g_message ("%d: Could not activate the component editor factory (%s)", __FUNCTION__, + g_message ("%s: Could not activate the component editor factory (%s)", __FUNCTION__, CORBA_exception_id (&ev)); CORBA_exception_free (&ev); return; |