On Wed, 2005-09-21 at 11:18 +0200, Erwann Chenede wrote:
Oops, I forgot to reply.
The multiple "style-set" signals are received in g-s-d via the
style_set_cb callback because
the callback was connected (via gnome_settings_xrdb_init) before the
actual theme information
is retrieved from gconf and propagated by g-s-d.
So I believe this case is specific to g-s-d and not generic to gtk itself.
Just a stab in the dark, but would swapping the g_signal_connect and
gtk_widget_ensure_style() lines in gnome_settings_xrdb_init() cure this?