[totem] Fix compilation



commit 909657193fafec666170c323cada71c09ed66298
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 27082d8..5dcb774 100644
--- a/src/totem-object.c
+++ b/src/totem-object.c
@@ -2892,7 +2892,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]