totem r5083 - in trunk: . src



Author: hadess
Date: Fri Feb  8 00:37:41 2008
New Revision: 5083
URL: http://svn.gnome.org/viewvc/totem?rev=5083&view=rev

Log:
2008-02-08  Bastien Nocera  <hadess hadess net>

	* src/totem.c: (totem_action_handle_scroll):
	Don't assert when doing a mouse scroll in windowed mode
	(Closes: #515063)



Modified:
   trunk/ChangeLog
   trunk/src/totem.c

Modified: trunk/src/totem.c
==============================================================================
--- trunk/src/totem.c	(original)
+++ trunk/src/totem.c	Fri Feb  8 00:37:41 2008
@@ -2535,7 +2535,8 @@
 {
 	gboolean retval = TRUE;
 
-	totem_fullscreen_motion_notify (NULL, NULL, totem->fs);
+	if (totem_fullscreen_is_fullscreen (totem->fs) != FALSE)
+		totem_fullscreen_motion_notify (NULL, NULL, totem->fs);
 
 	switch (direction) {
 	case GDK_SCROLL_UP:



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