Changeset 23fe953dbb391d1a20a6b75a79d41ff8a2d77f82
- 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
| r415ada5 |
r23fe953 |
|
| 72 | 72 | set_subcategory( SUBCAT_INTERFACE_MAIN ); |
|---|
| 73 | 73 | // add_bool( "pda-autoplayfile", 1, GtkAutoPlayFile, AUTOPLAYFILE_TEXT, AUTOPLAYFILE_LONGTEXT, true ); |
|---|
| 74 | | set_capability( "interface", 70 ); |
|---|
| | 74 | set_capability( "interface", 0 ); |
|---|
| 75 | 75 | set_callbacks( Open, Close ); |
|---|
| 76 | 76 | add_shortcut( "pda" ); |
|---|