[totem/gnome-2-30] Fix compilation



commit d2ac95ec42d439a6cf1c0106baa0695dc0ead86a
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Apr 27 18:17:28 2010 +0100

    Fix compilation

 src/totem-object.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/totem-object.c b/src/totem-object.c
index c6b5a40..0a55903 100644
--- a/src/totem-object.c
+++ b/src/totem-object.c
@@ -2859,7 +2859,7 @@ show_controls (Totem *totem, gboolean was_fullscreen)
 			gtk_widget_get_allocation (controlbar, &allocation_controlbar);
 			gtk_widget_get_allocation (statusbar, &allocation_statusbar);
 			height += allocation_menubar.height
-				+ allocation_controls.height
+				+ allocation_controlbar.height
 				+ allocation_statusbar.height;
 			gtk_window_resize (GTK_WINDOW(totem->win),
 					width, height);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]