[totem] browser-plugin: use correct type for SetTime.
- From: Antoine Jacoutot <ajacoutot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] browser-plugin: use correct type for SetTime.
- Date: Sat, 11 Jan 2014 14:06:34 +0000 (UTC)
commit b50fa14361c28ea26c55bf2462bb1f815287a92d
Author: Antoine Jacoutot <ajacoutot gnome org>
Date: Sat Jan 11 13:39:42 2014 +0100
browser-plugin: use correct type for SetTime.
https://bugzilla.gnome.org/show_bug.cgi?id=721987
browser-plugin/totemPlugin.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/browser-plugin/totemPlugin.cpp b/browser-plugin/totemPlugin.cpp
index 0c12112..337a814 100644
--- a/browser-plugin/totemPlugin.cpp
+++ b/browser-plugin/totemPlugin.cpp
@@ -303,7 +303,7 @@ totemPlugin::Command (const char *aCommand)
}
void
-totemPlugin::SetTime (guint64 aTime)
+totemPlugin::SetTime (uint64_t aTime)
{
D ("SetTime '%lu'", aTime);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]