diff options
Diffstat (limited to 'my-evolution/e-summary-weather.c')
-rw-r--r-- | my-evolution/e-summary-weather.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/e-summary-weather.c b/my-evolution/e-summary-weather.c index 221c96b7b9..f6071f32f7 100644 --- a/my-evolution/e-summary-weather.c +++ b/my-evolution/e-summary-weather.c @@ -306,7 +306,7 @@ e_summary_weather_update (ESummary *summary) GList *w; if (summary->weather->online == FALSE) { - g_warning ("%s: Repolling but offline", __FUNCTION__); + g_warning ("%s: Repolling but offline", G_GNUC_FUNCTION); return TRUE; } |