MetaBackgroundActor: fix a typo
https://bugzilla.gnome.org/show_bug.cgi?id=657583
This commit is contained in:
parent
b28c6533f8
commit
88064fd534
@ -269,7 +269,7 @@ meta_background_actor_get_preferred_width (ClutterActor *actor,
|
|||||||
if (min_width_p)
|
if (min_width_p)
|
||||||
*min_width_p = width;
|
*min_width_p = width;
|
||||||
if (natural_width_p)
|
if (natural_width_p)
|
||||||
*natural_width_p = height;
|
*natural_width_p = width;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user