diff options
author | Kristian Rietveld <kris@imendio.com> | 2008-07-02 09:34:24 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2008-07-02 09:34:24 +0000 |
commit | 74984a5c242143d99557f6e6ca56463e99c2aba7 (patch) | |
tree | 48e9a7de1e08820ab5233dafbc18cc549b7d3e91 /gtk/gtkcellrendererpixbuf.c | |
parent | 4cceb2f1dcfcd939238d7a5e1caa0bab334c4d42 (diff) | |
download | gtk+-74984a5c242143d99557f6e6ca56463e99c2aba7.tar.gz |
Since s/2.16/2.14/ for the new gicon property.
2008-07-02 Kristian Rietveld <kris@imendio.com>
* gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init):
Since s/2.16/2.14/ for the new gicon property.
svn path=/trunk/; revision=20731
Diffstat (limited to 'gtk/gtkcellrendererpixbuf.c')
-rw-r--r-- | gtk/gtkcellrendererpixbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcellrendererpixbuf.c b/gtk/gtkcellrendererpixbuf.c index 4e2b8d0566..faffec5bc6 100644 --- a/gtk/gtkcellrendererpixbuf.c +++ b/gtk/gtkcellrendererpixbuf.c @@ -197,7 +197,7 @@ gtk_cell_renderer_pixbuf_class_init (GtkCellRendererPixbufClass *class) * If the icon theme is changed, the image will be updated * automatically. * - * Since: 2.16 + * Since: 2.14 */ g_object_class_install_property (object_class, PROP_GICON, |