diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-07 01:23:05 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-07 01:23:05 +0800 |
commit | e60b2a82ff85ce1462901cd9175e49487c8ee2d5 (patch) | |
tree | 59734d174cfd644abfe93466e503ac8a40e5bcd7 /my-evolution/e-summary-rdf.c | |
parent | 6681286707f0a054eaee45cc81560dcc8be4de3c (diff) | |
download | gsoc2013-evolution-e60b2a82ff85ce1462901cd9175e49487c8ee2d5.tar gsoc2013-evolution-e60b2a82ff85ce1462901cd9175e49487c8ee2d5.tar.gz gsoc2013-evolution-e60b2a82ff85ce1462901cd9175e49487c8ee2d5.tar.bz2 gsoc2013-evolution-e60b2a82ff85ce1462901cd9175e49487c8ee2d5.tar.lz gsoc2013-evolution-e60b2a82ff85ce1462901cd9175e49487c8ee2d5.tar.xz gsoc2013-evolution-e60b2a82ff85ce1462901cd9175e49487c8ee2d5.tar.zst gsoc2013-evolution-e60b2a82ff85ce1462901cd9175e49487c8ee2d5.zip |
Use G_GNUC_FUNCTION instead of __FUNCTION__. Likewise. Likewise.
* e-summary-calendar.c (e_summary_calendar_protocol): Use
G_GNUC_FUNCTION instead of __FUNCTION__.
* e-summary-rdf.c (e_summary_rdf_update): Likewise.
* e-summary-tasks.c (e_summary_tasks_protocol): Likewise.
(e_summary_tasks_protocol): Likewise.
* e-summary-weather.c (e_summary_weather_update): Likewise.
svn path=/trunk/; revision=20199
Diffstat (limited to 'my-evolution/e-summary-rdf.c')
-rw-r--r-- | my-evolution/e-summary-rdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/e-summary-rdf.c b/my-evolution/e-summary-rdf.c index 578b559c5e..b7667b2a99 100644 --- a/my-evolution/e-summary-rdf.c +++ b/my-evolution/e-summary-rdf.c @@ -357,7 +357,7 @@ e_summary_rdf_update (ESummary *summary) GList *r; if (summary->rdf->online == FALSE) { - g_warning ("%s: Repolling but offline", __FUNCTION__); + g_warning ("%s: Repolling but offline", G_GNUC_FUNCTION); return TRUE; } |