[gtk+/gtk-style-context: 483/540] fix parameter name mismatch
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-style-context: 483/540] fix parameter name mismatch
- Date: Fri, 3 Dec 2010 03:16:43 +0000 (UTC)
commit f61c2bc788bbe04e50de8087c7697264ad8b95ed
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Nov 23 20:46:20 2010 -0500
fix parameter name mismatch
gtk/gtkstyleproperties.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkstyleproperties.h b/gtk/gtkstyleproperties.h
index ec77233..c419459 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]