Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
totem
Commits
e5b9ddaa
Commit
e5b9ddaa
authored
Feb 15, 2022
by
Bastien Nocera
Browse files
main: Fix type used for variable
parent
f9ed7cc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/totem-object.c
View file @
e5b9ddaa
...
...
@@ -2785,7 +2785,7 @@ void
seek_slider_changed_cb
(
GtkAdjustment
*
adj
,
TotemObject
*
totem
)
{
double
pos
;
gint
_time
;
gint
64
_time
;
if
(
totem
->
seek_lock
==
FALSE
)
return
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment