[gtk+/gtk-3-10] Correct the deprecation annotation for gtk_widget_modify_bg



commit ee0726db00837114aaf5736f928a9dc1eea4bfe0
Author: Aaron Hamilton <aaron correspondwith me>
Date:   Thu Nov 28 07:26:00 2013 +0000

    Correct the deprecation annotation for gtk_widget_modify_bg
    
    It was pointing to a nonexisting function.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=719469

 gtk/deprecated/gtkstyle.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/deprecated/gtkstyle.h b/gtk/deprecated/gtkstyle.h
index ccfe4a2..755fac0 100644
--- a/gtk/deprecated/gtkstyle.h
+++ b/gtk/deprecated/gtkstyle.h
@@ -679,7 +679,7 @@ GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_color)
 void        gtk_widget_modify_fg          (GtkWidget            *widget,
                                            GtkStateType          state,
                                            const GdkColor       *color);
-GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_background)
+GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_background_color)
 void        gtk_widget_modify_bg          (GtkWidget            *widget,
                                            GtkStateType          state,
                                            const GdkColor       *color);


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