summaryrefslogtreecommitdiff
path: root/gtk/gtkcolorbutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-04-29 16:50:17 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-04-29 16:50:17 -0400
commit896a6b245205b23992f05ee7daca6a36b0c3c475 (patch)
tree1b71c39fd7f1ef7ab37050bcd02f3e5ac66b96c5 /gtk/gtkcolorbutton.c
parent9d84e6cda72f37dbd205806382337dc73a7afd09 (diff)
downloadgtk+-896a6b245205b23992f05ee7daca6a36b0c3c475.tar.gz
Fix the build
G_GNUC_FUNCTION is deprecated.
Diffstat (limited to 'gtk/gtkcolorbutton.c')
-rw-r--r--gtk/gtkcolorbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcolorbutton.c b/gtk/gtkcolorbutton.c
index 352695d73d..472efddb6c 100644
--- a/gtk/gtkcolorbutton.c
+++ b/gtk/gtkcolorbutton.c
@@ -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;
}