Fix the build
G_GNUC_FUNCTION is deprecated.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user