mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
playback/player: gtk-play: destroy dialog's parent window
This commit is contained in:
parent
07a074be04
commit
ddc42da7fe
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ open_file_dialog (GtkPlay * play, gboolean multi)
|
|||
}
|
||||
|
||||
gtk_widget_destroy (chooser);
|
||||
gtk_widget_destroy (parent);
|
||||
return uris;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue