MetaBackgroundActor: fix a typo
https://bugzilla.gnome.org/show_bug.cgi?id=657583
This commit is contained in:
parent
b28c6533f8
commit
88064fd534
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ meta_background_actor_get_preferred_width (ClutterActor *actor,
|
|||
if (min_width_p)
|
||||
*min_width_p = width;
|
||||
if (natural_width_p)
|
||||
*natural_width_p = height;
|
||||
*natural_width_p = width;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue