forked from AuroraMiddleware/gtk
Fix a typo
This commit is contained in:
parent
c5be44fd0a
commit
ba7b79d187
@ -1,3 +1,8 @@
|
||||
2006-12-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkcolor.c (gdk_color_hash): Fix a typo. (#390613,
|
||||
Paolo Borelli)
|
||||
|
||||
2006-12-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/prop-editor.c: Display children of containers
|
||||
|
@ -267,7 +267,7 @@ gdk_color_alloc (GdkColormap *colormap,
|
||||
* A hash function suitable for using for a hash
|
||||
* table that stores #GdkColor's.
|
||||
*
|
||||
* Return value: The hash function appled to @colora
|
||||
* Return value: The hash function applied to @colora
|
||||
**/
|
||||
guint
|
||||
gdk_color_hash (const GdkColor *colora)
|
||||
|
Loading…
Reference in New Issue
Block a user