summaryrefslogtreecommitdiff
path: root/gtk/gtkstyleproperties.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-11-23 20:46:20 -0500
committerCarlos Garnacho <carlosg@gnome.org>2010-12-04 15:39:41 +0100
commitb51c0f826a37cd673ef341668e72ae41b88793dc (patch)
tree7b9205584db5dea976000d857aa707f364d89ba7 /gtk/gtkstyleproperties.h
parent8abe9f300c4926b30614caa53e544da5fff8c6c2 (diff)
downloadgtk+-b51c0f826a37cd673ef341668e72ae41b88793dc.tar.gz
fix parameter name mismatch
Diffstat (limited to 'gtk/gtkstyleproperties.h')
-rw-r--r--gtk/gtkstyleproperties.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstyleproperties.h b/gtk/gtkstyleproperties.h
index ec772338a9..c419459976 100644
--- a/gtk/gtkstyleproperties.h
+++ b/gtk/gtkstyleproperties.h
@@ -66,7 +66,7 @@ GtkStyleProperties * gtk_style_properties_new (void);
void gtk_style_properties_map_color (GtkStyleProperties *props,
const gchar *name,
GtkSymbolicColor *color);
-GtkSymbolicColor * gtk_style_properties_lookup_color (GtkStyleProperties *set,
+GtkSymbolicColor * gtk_style_properties_lookup_color (GtkStyleProperties *props,
const gchar *name);
void gtk_style_properties_set_property (GtkStyleProperties *props,