forked from AuroraMiddleware/gtk
Fix the build
G_GNUC_FUNCTION is deprecated.
This commit is contained in:
parent
9d84e6cda7
commit
896a6b2452
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user