guard against hiding priv->stage when already destroyed during dispose
authorRobert Bragg <robert@linux.intel.com>
Tue, 16 Jun 2009 14:09:24 +0000 (15:09 +0100)
committerRobert Bragg <robert@linux.intel.com>
Tue, 16 Jun 2009 14:09:24 +0000 (15:09 +0100)
commit554fa2271deee9e1699cd929f0ba38c754007d17
treea8c63ee39f6ea512e2fa89058451968b570b216b
parent4db0bb573a84921d00e5c9d5e04958cd516d8126
guard against hiding priv->stage when already destroyed during dispose

Before chaining up to gtk in gtk_clutter_embed_dispose we destroy
priv->stage, but gtk will emit a hide signal during it's dispose so we
need to guard against calling clutter_actor_hide (priv->stage) if
the stage has been destroyed.
clutter-gtk/gtk-clutter-embed.c