Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
e281e731
Commit
e281e731
authored
Mar 15, 2001
by
Stéphane Borel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Maybe solved the jump-at-will bug after random seek.
parent
a0c1805b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
plugins/dvd/input_dvd.c
plugins/dvd/input_dvd.c
+2
-2
plugins/gnome/intf_gnome.c
plugins/gnome/intf_gnome.c
+5
-5
No files found.
plugins/dvd/input_dvd.c
View file @
e281e731
...
...
@@ -10,7 +10,7 @@
* -dvd_udf to find files
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* $Id: input_dvd.c,v 1.3
2
2001/03/15
00:37:04
stef Exp $
* $Id: input_dvd.c,v 1.3
3
2001/03/15
16:29:47
stef Exp $
*
* Author: Stphane Borel <stef@via.ecp.fr>
*
...
...
@@ -1072,7 +1072,7 @@ static void DVDSeek( input_thread_t * p_input, off_t i_off )
}
p_dvd
->
i_prg_cell
=
i_prg_cell
;
p_dvd
->
i_cell
=
i_cell
-
1
;
/* DVDFindSector will add one */
p_dvd
->
i_cell
=
i_cell
;
/* DVDFindSector will add one */
/* check coherence of data */
DVDFindSector
(
p_dvd
);
...
...
plugins/gnome/intf_gnome.c
View file @
e281e731
...
...
@@ -2,7 +2,7 @@
* intf_gnome.c: Gnome interface
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: intf_gnome.c,v 1.2
2
2001/03/15
01:42:19 sam
Exp $
* $Id: intf_gnome.c,v 1.2
3
2001/03/15
16:29:47 stef
Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
...
...
@@ -569,8 +569,8 @@ static gint GnomeTitleMenu( gpointer p_data,
if
(
pf_toggle
==
on_menubar_title_toggle
)
{
gtk_check_menu_item_set_active
(
GTK_CHECK_MENU_ITEM
(
p_title_item
),
b_active
);
//
gtk_check_menu_item_set_active( GTK_CHECK_MENU_ITEM( p_title_item ),
//
b_active );
/* setup signal hanling */
gtk_signal_connect
(
GTK_OBJECT
(
p_title_item
),
"toggled"
,
...
...
@@ -597,8 +597,8 @@ static gint GnomeTitleMenu( gpointer p_data,
GTK_RADIO_MENU_ITEM
(
p_item
)
);
gtk_menu_append
(
GTK_MENU
(
p_chapter_menu
),
p_item
);
gtk_widget_show
(
p_item
);
gtk_check_menu_item_set_active
(
GTK_CHECK_MENU_ITEM
(
p_item
),
b_active
);
//
gtk_check_menu_item_set_active(
//
GTK_CHECK_MENU_ITEM( p_item ), b_active );
/* setup signal hanling */
gtk_signal_connect
(
GTK_OBJECT
(
p_item
),
...
...
Write
Preview
Markdown
is supported
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