Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
87a2c44f
Commit
87a2c44f
authored
Dec 29, 2008
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
osx-wizard: make sure to only re-select encap formats that are actually available *coughcough*
parent
0f2ad9ea
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
NEWS
NEWS
+6
-2
modules/gui/macosx/wizard.m
modules/gui/macosx/wizard.m
+2
-1
No files found.
NEWS
View file @
87a2c44f
Changes between 0.9.8a and 0.9.9:
Changes between 0.9.8a and 0.9.9 (not-yet-released):
---------------------------------
----------------------------------------------------
Mac OS X Interface:
* Fixed multiple UTF8 issues in the Streaming / Exporting Wizard
New Localizations:
New Localizations:
* Indonesian
* Indonesian
Changes between 0.9.6 and 0.9.8a:
Changes between 0.9.6 and 0.9.8a:
---------------------------------
---------------------------------
...
...
modules/gui/macosx/wizard.m
View file @
87a2c44f
...
@@ -1051,6 +1051,7 @@ static VLCWizard *_o_sharedInstance = nil;
...
@@ -1051,6 +1051,7 @@ static VLCWizard *_o_sharedInstance = nil;
if
(
anythingEnabled
==
YES
)
if
(
anythingEnabled
==
YES
)
{
{
/* re-select the previously chosen item, if available */
/* re-select the previously chosen item, if available */
if
(
[[
o_t5_matrix_encap
cellWithTag
:
i_temp
]
isEnabled
]
)
[
o_t5_matrix_encap
selectCellWithTag
:
i_temp
];
[
o_t5_matrix_encap
selectCellWithTag
:
i_temp
];
/* go the encap-tab */
/* go the encap-tab */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment