Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
libkcddb
Commits
fbf60dd0
Commit
fbf60dd0
authored
Jul 18, 2006
by
Stephan Kulow
Browse files
replaced deprecated functions
svn path=/trunk/KDE/kdemultimedia/libkcddb/; revision=563677
parent
87de4de6
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcmcddb/cddbconfigwidget.cpp
View file @
fbf60dd0
...
...
@@ -83,7 +83,7 @@ void CDDBConfigWidget::showMirrorList()
{
KCDDB
::
Mirror
m
=
keys
[
*
(
result
.
begin
())];
kcfg_lookupTransport
->
setCurrentI
tem
(
m
.
transport
==
KCDDB
::
Lookup
::
CDDBP
?
0
:
1
);
kcfg_lookupTransport
->
setCurrentI
ndex
(
m
.
transport
==
KCDDB
::
Lookup
::
CDDBP
?
0
:
1
);
kcfg_hostname
->
setText
(
m
.
address
);
kcfg_port
->
setValue
(
m
.
port
);
}
...
...
Write
Preview
Supports
Markdown
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