[totem/wip/hadess/keyboard-shortcuts] main: Fix type used for variable
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/keyboard-shortcuts] main: Fix type used for variable
- Date: Tue, 15 Feb 2022 15:03:04 +0000 (UTC)
commit 97d5d09295b51a5dd425dcb7a0d765f824ed8a59
Author: Bastien Nocera <hadess hadess net>
Date: Tue Feb 15 15:29:15 2022 +0100
main: Fix type used for variable
src/totem-object.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/totem-object.c b/src/totem-object.c
index 61afe50cb..fb9c5a7c9 100644
--- a/src/totem-object.c
+++ b/src/totem-object.c
@@ -2785,7 +2785,7 @@ void
seek_slider_changed_cb (GtkAdjustment *adj, TotemObject *totem)
{
double pos;
- gint _time;
+ gint64 _time;
if (totem->seek_lock == FALSE)
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]