Changeset 23fe953dbb391d1a20a6b75a79d41ff8a2d77f82

Show
Ignore:
Timestamp:
01/08/08 00:46:52 (4 months ago)
Author:
Derk-Jan Hartman <hartman@videolan.org>
git-committer:
Derk-Jan Hartman <hartman@videolan.org> 1217544412 +0200
git-parent:

[35824733e305214dfada18dd6362cfa02a86dcd3]

git-author:
Derk-Jan Hartman <hartman@videolan.org> 1217544412 +0200
Message:

pda gui: Set prio to 0, so it is not eligible for automatic selection. This is bad since it's a GTK module, and with our Qt switch and demise of wxGTK module, this module might be selected more often. It is not for the average user, and 0 tested under 0.9.0. Relates to #1798

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/pda/pda.c

    r415ada5 r23fe953  
    7272    set_subcategory( SUBCAT_INTERFACE_MAIN ); 
    7373//    add_bool( "pda-autoplayfile", 1, GtkAutoPlayFile, AUTOPLAYFILE_TEXT, AUTOPLAYFILE_LONGTEXT, true ); 
    74     set_capability( "interface", 70 ); 
     74    set_capability( "interface", 0 ); 
    7575    set_callbacks( Open, Close ); 
    7676    add_shortcut( "pda" );