Protect ensure_valid_themes() from recursion, which can happen for example
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 15 Mar 2007 18:40:16 +0000 (18:40 +0000)
committerChris Wilson <cpwilson@src.gnome.org>
Thu, 15 Mar 2007 18:40:16 +0000 (18:40 +0000)
commit0b1c9b7cc26d293477a6823a40d3e1feebbd6df7
tree5c672669a40265470d0ec1f093552784ec8f1d12
parent47b6f2c2ebba5b7486ca2a32cd11823266339da1
Protect ensure_valid_themes() from recursion, which can happen for example

2007-03-15  Chris Wilson  <chris@chris-wilson.co.uk>

* gtk/gtkicontheme.c (ensure_valid_themes), (rescan_themes),
(gtk_icon_theme_rescan_if_needed): Protect ensure_valid_themes()
from recursion, which can happen for example if the app tries to
reload an icon from within a theme-changed handler. (#418531)

svn path=/trunk/; revision=17523
ChangeLog
gtk/gtkicontheme.c