diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-03-03 13:57:00 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-03-03 13:57:00 +0000 |
commit | a3cee3d83ae63c541d5dfe7be479080265a1633b (patch) | |
tree | 04aa92adf0b01a4238377348c149d7d53c4505b3 /ChangeLog | |
parent | 1f6a65d3750dea9fdb0d8c49deb3af34fa735e44 (diff) | |
download | gdk-pixbuf-a3cee3d83ae63c541d5dfe7be479080265a1633b.tar.gz |
Don't warn if a stock icon cannot be found. (#168830, Sven Neumann)
2005-03-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
Don't warn if a stock icon cannot be found. (#168830,
Sven Neumann)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2005-03-03 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): + Don't warn if a stock icon cannot be found. (#168830, + Sven Neumann) + +2005-03-03 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkwidget.c (gtk_widget_reparent_subwindows): Avoid warnings if gtk_widget_reparent() is called at unusual times. (#168966, Christian Persch) |