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
dc849c8b
Commit
dc849c8b
authored
Aug 18, 2005
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove tabs/trailing spaces
parent
7978fd0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
modules/gui/wxwidgets/playlist.cpp
modules/gui/wxwidgets/playlist.cpp
+5
-5
No files found.
modules/gui/wxwidgets/playlist.cpp
View file @
dc849c8b
...
...
@@ -485,7 +485,7 @@ void Playlist::UpdateTreeItem( wxTreeItemId item )
wxTreeItemData
*
p_data
=
treectrl
->
GetItemData
(
item
);
if
(
!
p_data
)
return
;
LockPlaylist
(
p_intf
->
p_sys
,
p_playlist
);
playlist_item_t
*
p_item
=
playlist_ItemGetById
(
p_playlist
,
((
PlaylistItem
*
)
p_data
)
->
i_id
);
...
...
@@ -595,7 +595,7 @@ update:
void
Playlist
::
UpdateItem
(
int
i
)
{
if
(
i
<
0
)
return
;
/* Sanity check */
wxTreeItemId
item
=
FindItem
(
treectrl
->
GetRootItem
(),
i
);
if
(
item
.
IsOk
()
)
...
...
@@ -647,7 +647,7 @@ wxTreeItemId Playlist::FindItem( wxTreeItemId root, int i_id )
{
wxTreeItemId
dummy
;
return
dummy
;
}
}
if
(
p_wxcurrent
->
i_id
==
i_id
)
{
...
...
@@ -687,7 +687,7 @@ int Playlist::CountItems( wxTreeItemId root )
wxTreeItemIdValue
cookie
;
int
count
=
0
;
wxTreeItemId
item
=
treectrl
->
GetFirstChild
(
root
,
cookie
);
while
(
item
.
IsOk
()
)
{
if
(
treectrl
->
ItemHasChildren
(
item
)
)
...
...
@@ -1402,7 +1402,7 @@ void Playlist::OnPopupSort( wxCommandEvent& event )
{
playlist_RecursiveNodeSort
(
p_playlist
,
p_item
,
SORT_TITLE_NODES_FIRST
,
ORDER_NORMAL
);
treectrl
->
DeleteChildren
(
i_wx_popup_item
);
i_saved_id
=
-
1
;
UpdateNodeChildren
(
p_item
,
i_wx_popup_item
);
...
...
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