playback/player: gtk-play: destroy dialog's parent window

This commit is contained in:
Víctor Manuel Jáquez Leal 2015-06-09 17:37:50 +02:00 committed by Sebastian Dröge
parent 07a074be04
commit ddc42da7fe

View file

@ -217,6 +217,7 @@ open_file_dialog (GtkPlay * play, gboolean multi)
}
gtk_widget_destroy (chooser);
gtk_widget_destroy (parent);
return uris;
}