summaryrefslogtreecommitdiff
path: root/browser-plugin
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-01-21 20:12:17 +0000
committerBastien Nocera <hadess@hadess.net>2010-01-21 20:12:17 +0000
commitff5bb8d1392a2fa4e8af18d1e97e65a3e5da937a (patch)
treed20b8aa1235f100df172ef2f683530fec271133b /browser-plugin
parente3062f7c98f2ecf951b84779ba7c8031a4688783 (diff)
downloadtotem-ff5bb8d1392a2fa4e8af18d1e97e65a3e5da937a.tar.gz
Fix many NarrowSpace functions not working
All the functions after GetTimeScale were broken. It's wonder it ever worked.
Diffstat (limited to 'browser-plugin')
-rw-r--r--browser-plugin/totemNarrowSpacePlugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser-plugin/totemNarrowSpacePlugin.cpp b/browser-plugin/totemNarrowSpacePlugin.cpp
index 8c2b299d6..1367e5e83 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",