[vlc-devel] commit: 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 (Derk-Jan Hartman )

git version control git at videolan.org
Fri Aug 1 00:51:11 CEST 2008


vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Fri Aug  1 00:46:52 2008 +0200| [23fe953dbb391d1a20a6b75a79d41ff8a2d77f82]

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=23fe953dbb391d1a20a6b75a79d41ff8a2d77f82
---

 modules/gui/pda/pda.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/pda/pda.c b/modules/gui/pda/pda.c
index f378e51..1571970 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();




More information about the vlc-devel mailing list