diff options
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; } |