[gtk+] Fix the build
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix the build
- Date: Fri, 29 Apr 2011 20:50:28 +0000 (UTC)
commit 896a6b245205b23992f05ee7daca6a36b0c3c475
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]