MetaBackgroundActor: fix a typo

https://bugzilla.gnome.org/show_bug.cgi?id=657583
This commit is contained in:
Rui Matos 2011-08-29 03:03:57 +01:00
parent b28c6533f8
commit 88064fd534

View File

@ -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