Bug 662633 - Scheduled transaction editor crashes with gtk+-2.24.7

Fix commit a516d2359c: check if
priv->arrow_button exists in forall().
This commit is contained in:
Michael Natterer 2011-11-02 20:27:39 +01:00
parent e81b6971d8
commit 0a0fd5af99

View File

@ -2532,7 +2532,7 @@ gtk_toolbar_forall (GtkContainer *container,
list = next;
}
if (include_internals)
if (include_internals && priv->arrow_button)
callback (priv->arrow_button, callback_data);
}