diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-07-10 23:45:45 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-07-10 23:45:45 +0000 |
commit | 2a9ae2f16f891c8de53382dcd4da04fb1c596a0d (patch) | |
tree | 9f83def4d2596b2ad1dd91f3c2a1804f5ac734f7 | |
parent | bd48f263ceb208d8bc2a7582a713aa4014791d61 (diff) | |
download | gtk+-2a9ae2f16f891c8de53382dcd4da04fb1c596a0d.tar.gz |
Small doc update
svn path=/trunk/; revision=18442
-rw-r--r-- | docs/reference/ChangeLog | 5 | ||||
-rw-r--r-- | docs/reference/gdk/tmpl/colors.sgml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 631272d62f..cb66d48896 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,4 +1,9 @@ 2007-07-10 Matthias Clasen <mclasen@redhat.com> + + * gdk/tmpl/colors.sgml: Remov references to deprecated + api. (#455666, Guillaume Cottenceau) + +2007-07-10 Matthias Clasen <mclasen@redhat.com> * gtk/migrating-GtkBuilder.sgml: Add some stuff * gtk/gtk-builder-convert.xml: Updates 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. </para> |