Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
6d79bfeb
Commit
6d79bfeb
authored
Dec 02, 2004
by
Benjamin Pracht
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fix the status bar
parent
e5ba909e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
modules/gui/macosx/playlist.m
modules/gui/macosx/playlist.m
+7
-5
No files found.
modules/gui/macosx/playlist.m
View file @
6d79bfeb
...
...
@@ -12,7 +12,7 @@
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
...
@@ -194,6 +194,9 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/
[[
o_tc_name
headerCell
]
setStringValue
:
_NS
(
"Name"
)];
[[
o_tc_author
headerCell
]
setStringValue
:
_NS
(
"Author"
)];
[[
o_tc_duration
headerCell
]
setStringValue
:
_NS
(
"Duration"
)];
[
o_status_field
setStringValue
:
[
NSString
stringWithFormat
:
_NS
(
"0 items in playlist"
)]];
[
o_random_ckb
setTitle
:
_NS
(
"Random"
)];
#if 0
[o_search_button setTitle: _NS("Search")];
...
...
@@ -547,17 +550,16 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/
}
}
[
o_status_field
setStringValue
:
[
NSString
stringWithFormat
:
_NS
(
"%i items in playlist"
),
p_playlist
->
i_size
]];
vlc_object_release
(
p_playlist
);
msg_Dbg
(
p_playlist
,
"childitem with index %d"
,
index
);
o_value
=
[
NSValue
valueWithPointer
:
p_return
];
[
o_outline_dict
setObject
:
o_value
forKey
:[
NSString
stringWithFormat
:
@"%p"
,
p_return
]];
// [o_status_field setStringValue: [NSString stringWithFormat:
// _NS("%i items in playlist"), [o_outline_dict count]]];
return
o_value
;
}
/* is the item expandable */
...
...
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