totem r6217 - in branches/gnome-2-26: . browser-plugin



Author: hadess
Date: Wed Apr  1 15:13:45 2009
New Revision: 6217
URL: http://svn.gnome.org/viewvc/totem?rev=6217&view=rev

Log:
2009-04-01  Bastien Nocera  <hadess hadess net>

	* browser-plugin/totemNarrowSpacePlugin.cpp: Fix Rewind()
	and Stop() functions to do what they're supposed to in
	the QuickTime compat plugin (Closes: #544066)



Modified:
   branches/gnome-2-26/ChangeLog
   branches/gnome-2-26/browser-plugin/totemNarrowSpacePlugin.cpp

Modified: branches/gnome-2-26/browser-plugin/totemNarrowSpacePlugin.cpp
==============================================================================
--- branches/gnome-2-26/browser-plugin/totemNarrowSpacePlugin.cpp	(original)
+++ branches/gnome-2-26/browser-plugin/totemNarrowSpacePlugin.cpp	Wed Apr  1 15:13:45 2009
@@ -148,12 +148,12 @@
 
     case eStop:
       /* void Stop (); */
-      Plugin()->Command (TOTEM_COMMAND_STOP);
+      Plugin()->Command (TOTEM_COMMAND_PAUSE);
       return VoidVariant (_result);
 
     case eRewind:
       /* void Rewind (); */
-      Plugin()->Command (TOTEM_COMMAND_PAUSE);
+      Plugin()->Command (TOTEM_COMMAND_STOP);
       return VoidVariant (_result);
 
     case eGetMaxBytesLoaded:



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