forked from AuroraMiddleware/gtk
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:
parent
e81b6971d8
commit
0a0fd5af99
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user