[gtk+/native-layout] native-layout: Fix typo that brakes layout completely
- From: Johannes Schmid <jhs src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk+/native-layout] native-layout: Fix typo that brakes layout completely
- Date: Mon, 14 Dec 2009 16:17:24 +0000 (UTC)
commit 24c1a4f24b370f2803a8f1c05d2e9ecdc3efacba
Author: Johannes Schmid <jhs gnome org>
Date: Mon Dec 14 17:16:21 2009 +0100
native-layout: Fix typo that brakes layout completely
gtk/gtkbox.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c
index ba357ad..5de85b6 100644
--- a/gtk/gtkbox.c
+++ b/gtk/gtkbox.c
@@ -487,7 +487,7 @@ gtk_box_size_allocate (GtkWidget *widget,
&sizes[i].minimum_size,
&sizes[i].natural_size);
else
- gtk_extended_layout_get_width_for_height (GTK_EXTENDED_LAYOUT (child->widget),
+ gtk_extended_layout_get_height_for_width (GTK_EXTENDED_LAYOUT (child->widget),
allocation->width,
&sizes[i].minimum_size,
&sizes[i].natural_size);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]