[gtk+/quartz-integration: 68/108] Fix the build



commit 6fb154c337f1cf15128f85b381ca1d84dc7e12db
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Apr 29 16:50:17 2011 -0400

    Fix the build
    
    G_GNUC_FUNCTION is deprecated.

 gtk/gtkcolorbutton.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcolorbutton.c b/gtk/gtkcolorbutton.c
index 352695d..472efdd 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;
     }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]