Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
97c76f70
Commit
97c76f70
authored
Mar 04, 2007
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mac OS X gui: Remove unwanted commit.
parent
fa3116ec
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
modules/gui/macosx/prefs.m
modules/gui/macosx/prefs.m
+1
-2
No files found.
modules/gui/macosx/prefs.m
View file @
97c76f70
...
@@ -367,7 +367,6 @@ static VLCTreeItem *o_root_item = nil;
...
@@ -367,7 +367,6 @@ static VLCTreeItem *o_root_item = nil;
break
;
break
;
default:
default:
NSLog
(
@"unknow item in pref"
);
break
;
break
;
}
}
}
while
(
p_item
<
p_end
&&
p_item
++
);
}
while
(
p_item
<
p_end
&&
p_item
++
);
...
@@ -532,7 +531,7 @@ static VLCTreeItem *o_root_item = nil;
...
@@ -532,7 +531,7 @@ static VLCTreeItem *o_root_item = nil;
o_view
=
[[
VLCFlippedView
alloc
]
initWithFrame
:
s_vrc
];
o_view
=
[[
VLCFlippedView
alloc
]
initWithFrame
:
s_vrc
];
[
o_view
setAutoresizingMask
:
NSViewWidthSizable
|
NSViewMinYMargin
|
[
o_view
setAutoresizingMask
:
NSViewWidthSizable
|
NSViewMinYMargin
|
NSViewMaxYMargin
];
NSViewMaxYMargin
];
NSLog
(
@"%s"
,
__FUNCTION__
);
/* Create all subviews if it isn't already done because we cannot use */
/* Create all subviews if it isn't already done because we cannot use */
/* setHiden for MacOS < 10.3*/
/* setHiden for MacOS < 10.3*/
if
(
o_subviews
==
nil
)
if
(
o_subviews
==
nil
)
...
...
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