[totem] Fix many NarrowSpace functions not working



commit ff5bb8d1392a2fa4e8af18d1e97e65a3e5da937a
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jan 21 20:12:17 2010 +0000

    Fix many NarrowSpace functions not working
    
    All the functions after GetTimeScale were broken. It's wonder
    it ever worked.

 browser-plugin/totemNarrowSpacePlugin.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/browser-plugin/totemNarrowSpacePlugin.cpp b/browser-plugin/totemNarrowSpacePlugin.cpp
index 8c2b299..1367e5e 100644
--- a/browser-plugin/totemNarrowSpacePlugin.cpp
+++ b/browser-plugin/totemNarrowSpacePlugin.cpp
@@ -69,7 +69,7 @@ static const char *methodNames[] = {
   "GetTiltAngle",
   "GetTime",
   "GetTimeScale",
-  "GetTrackCount"
+  "GetTrackCount",
   "GetTrackEnabled",
   "GetTrackName",
   "GetTrackType",



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