diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 631272d62f..cb66d48896 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2007-07-10 Matthias Clasen + + * gdk/tmpl/colors.sgml: Remov references to deprecated + api. (#455666, Guillaume Cottenceau) + 2007-07-10 Matthias Clasen * gtk/migrating-GtkBuilder.sgml: Add some stuff diff --git a/docs/reference/gdk/tmpl/colors.sgml b/docs/reference/gdk/tmpl/colors.sgml index de9ff41cf8..0800761820 100644 --- a/docs/reference/gdk/tmpl/colors.sgml +++ b/docs/reference/gdk/tmpl/colors.sgml @@ -23,7 +23,7 @@ with gdk_colormap_get_system()) is the default colormap of the system. If you are using GdkRGB, there is another colormap that is important - the colormap in which GdkRGB works, retrieved with -gdk_rgb_get_cmap(). However, when using GdkRGB, +gdk_rgb_get_colormap(). However, when using GdkRGB, it is not generally necessary to allocate colors directly.