Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
f622155e
Commit
f622155e
authored
Aug 12, 2008
by
Jean-Baptiste Kempf
Browse files
Close the dialogs podcast configuration when click on close...
lol and thanks Sephiroth!
parent
721758e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/dialogs/podcast_configuration.cpp
View file @
f622155e
...
...
@@ -42,6 +42,7 @@ PodcastConfigDialog::PodcastConfigDialog( QWidget *parent, intf_thread_t *_p_int
CONNECT
(
ui
.
podcastAdd
,
clicked
(),
this
,
add
()
);
CONNECT
(
ui
.
podcastDelete
,
clicked
(),
this
,
remove
()
);
CONNECT
(
okButton
,
clicked
(),
this
,
close
()
);
char
*
psz_urls
=
config_GetPsz
(
p_intf
,
"podcast-urls"
);
if
(
psz_urls
)
...
...
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