From 69234cfecc05932c5fc4574818715ff593d80054 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 2 May 2014 18:41:29 -0400 Subject: [PATCH] GtkColorButton: Update deprecation warnings It is not great to have deprecation warnings point to another deprecated function. Update them to point to the eventual replacement. --- gtk/gtkcolorbutton.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk/gtkcolorbutton.h b/gtk/gtkcolorbutton.h index 85c627aa6a..08b468d298 100644 --- a/gtk/gtkcolorbutton.h +++ b/gtk/gtkcolorbutton.h @@ -85,16 +85,16 @@ const gchar *gtk_color_button_get_title (GtkColorButton *button); GDK_DEPRECATED_IN_3_4_FOR(gtk_color_button_new_with_rgba) GtkWidget *gtk_color_button_new_with_color (const GdkColor *color); -GDK_DEPRECATED_IN_3_4_FOR(gtk_color_button_set_rgba) +GDK_DEPRECATED_IN_3_4_FOR(gtk_color_chooser_set_rgba) void gtk_color_button_set_color (GtkColorButton *button, const GdkColor *color); -GDK_DEPRECATED_IN_3_4_FOR(gtk_color_button_get_rgba) +GDK_DEPRECATED_IN_3_4_FOR(gtk_color_chooser_get_rgba) void gtk_color_button_get_color (GtkColorButton *button, GdkColor *color); -GDK_DEPRECATED_IN_3_4_FOR(gtk_color_button_set_rgba) +GDK_DEPRECATED_IN_3_4_FOR(gtk_color_chooser_set_rgba) void gtk_color_button_set_alpha (GtkColorButton *button, guint16 alpha); -GDK_DEPRECATED_IN_3_4_FOR(gtk_color_button_get_rgba) +GDK_DEPRECATED_IN_3_4_FOR(gtk_color_chooser_get_rgba) guint16 gtk_color_button_get_alpha (GtkColorButton *button); GDK_DEPRECATED_IN_3_4_FOR(gtk_color_chooser_set_use_alpha) void gtk_color_button_set_use_alpha (GtkColorButton *button,