Changeset e281e7312af330bd8274d5eb49f70639e0293a9a

Show
Ignore:
Timestamp:
15/03/01 17:29:47 (8 years ago)
Author:
Stéphane Borel <stef@videolan.org>
git-committer:
Stéphane Borel <stef@videolan.org> 984673787 +0000
git-parent:

[a0c1805bd992c0ae1fa018156358d831fbaf8f93]

git-author:
Stéphane Borel <stef@videolan.org> 984673787 +0000
Message:

Maybe solved the jump-at-will bug after random seek.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/dvd/input_dvd.c

    r93ca303 re281e73  
    1111 ***************************************************************************** 
    1212 * Copyright (C) 1998-2001 VideoLAN 
    13  * $Id: input_dvd.c,v 1.32 2001/03/15 00:37:04 stef Exp $ 
     13 * $Id: input_dvd.c,v 1.33 2001/03/15 16:29:47 stef Exp $ 
    1414 * 
    1515 * Author: St�ane Borel <stef@via.ecp.fr> 
     
    10731073 
    10741074    p_dvd->i_prg_cell = i_prg_cell; 
    1075     p_dvd->i_cell = i_cell - 1;             /* DVDFindSector will add one */ 
     1075    p_dvd->i_cell = i_cell;             /* DVDFindSector will add one */ 
    10761076 
    10771077    /* check coherence of data */ 
  • plugins/gnome/intf_gnome.c

    ra0c1805 re281e73  
    33 ***************************************************************************** 
    44 * Copyright (C) 1999, 2000 VideoLAN 
    5  * $Id: intf_gnome.c,v 1.22 2001/03/15 01:42:19 sam Exp $ 
     5 * $Id: intf_gnome.c,v 1.23 2001/03/15 16:29:47 stef Exp $ 
    66 * 
    77 * Authors: Samuel Hocevar <sam@zoy.org> 
     
    570570        { 
    571571 
    572             gtk_check_menu_item_set_active( GTK_CHECK_MENU_ITEM( p_title_item ), 
    573                                         b_active ); 
     572//            gtk_check_menu_item_set_active( GTK_CHECK_MENU_ITEM( p_title_item ), 
     573//                                        b_active ); 
    574574            /* setup signal hanling */ 
    575575            gtk_signal_connect( GTK_OBJECT( p_title_item ), 
     
    598598                gtk_menu_append( GTK_MENU( p_chapter_menu ), p_item ); 
    599599                gtk_widget_show( p_item ); 
    600                 gtk_check_menu_item_set_active( 
    601                                     GTK_CHECK_MENU_ITEM( p_item ), b_active ); 
     600//                gtk_check_menu_item_set_active( 
     601//                                    GTK_CHECK_MENU_ITEM( p_item ), b_active ); 
    602602 
    603603                /* setup signal hanling */