actor: Reword the allocation cycle warning
Since we're allowing allocation cycles saying that calling queue_relayout() inside an allocation cycle "is not allowed" is kind of confusing. We should say that "it is not recommended".
This commit is contained in:
parent
5f1c8a17e4
commit
ad6bd2ee88
@ -4582,7 +4582,7 @@ clutter_actor_queue_relayout (ClutterActor *self)
|
|||||||
{
|
{
|
||||||
g_warning ("The actor '%s' is currently inside an allocation "
|
g_warning ("The actor '%s' is currently inside an allocation "
|
||||||
"cycle; calling clutter_actor_queue_relayout() is "
|
"cycle; calling clutter_actor_queue_relayout() is "
|
||||||
"not allowed",
|
"not recommended",
|
||||||
priv->name ? priv->name
|
priv->name ? priv->name
|
||||||
: G_OBJECT_TYPE_NAME (self));
|
: G_OBJECT_TYPE_NAME (self));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user