Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
1b9f9692
Commit
1b9f9692
authored
Feb 04, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
De-uglify root SD item name (part 2)
parent
feeef1ef
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
include/vlc_plugin.h
include/vlc_plugin.h
+2
-2
modules/gui/qt4/components/playlist/selector.cpp
modules/gui/qt4/components/playlist/selector.cpp
+1
-1
No files found.
include/vlc_plugin.h
View file @
1b9f9692
...
...
@@ -120,8 +120,8 @@ enum vlc_module_properties
/**
* Current plugin ABI version
*/
# define MODULE_SYMBOL 1_1_0
f
# define MODULE_SUFFIX "__1_1_0
f
"
# define MODULE_SYMBOL 1_1_0
g
# define MODULE_SUFFIX "__1_1_0
g
"
/*****************************************************************************
* Add a few defines. You do not want to read this section. Really.
...
...
modules/gui/qt4/components/playlist/selector.cpp
View file @
1b9f9692
...
...
@@ -161,7 +161,7 @@ void PLSelector::setSource( QTreeWidgetItem *item )
bool
sd_loaded
;
if
(
i_type
==
SD_TYPE
)
{
QString
qs
=
item
->
data
(
0
,
NAME_ROLE
).
toString
();
QString
qs
=
item
->
data
(
0
,
LONG
NAME_ROLE
).
toString
();
sd_loaded
=
playlist_IsServicesDiscoveryLoaded
(
THEPL
,
qtu
(
qs
)
);
if
(
!
sd_loaded
)
playlist_ServicesDiscoveryAdd
(
THEPL
,
qtu
(
qs
)
);
...
...
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