X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fpda%2Fpda.c;h=15719707632955b6c90b5457560578033c0bd00c;hb=23fe953dbb391d1a20a6b75a79d41ff8a2d77f82;hp=f378e51f0e4fe67ef1faa464839ada305eb1f757;hpb=35824733e305214dfada18dd6362cfa02a86dcd3;p=vlc diff --git a/modules/gui/pda/pda.c b/modules/gui/pda/pda.c index f378e51f0e..1571970763 100644 --- a/modules/gui/pda/pda.c +++ b/modules/gui/pda/pda.c @@ -71,7 +71,7 @@ vlc_module_begin(); set_category( CAT_INTERFACE ); set_subcategory( SUBCAT_INTERFACE_MAIN ); // add_bool( "pda-autoplayfile", 1, GtkAutoPlayFile, AUTOPLAYFILE_TEXT, AUTOPLAYFILE_LONGTEXT, true ); - set_capability( "interface", 70 ); + set_capability( "interface", 0 ); set_callbacks( Open, Close ); add_shortcut( "pda" ); vlc_module_end();