Fix the build

G_GNUC_FUNCTION is deprecated.
This commit is contained in:
Matthias Clasen 2011-04-29 16:50:17 -04:00
parent 9d84e6cda7
commit 896a6b2452

View File

@ -369,7 +369,7 @@ gtk_color_button_drag_data_received (GtkWidget *widget,
*/
if (length != 8)
{
g_warning ("%s: Received invalid color data", G_GNUC_FUNCTION);
g_warning ("%s: Received invalid color data", G_STRFUNC);
return;
}