[gtk/wip/baedert/for-master: 40/55] filechooserbutton: Only destroy existing native dialogs
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/baedert/for-master: 40/55] filechooserbutton: Only destroy existing native dialogs
- Date: Tue, 8 Oct 2019 07:46:17 +0000 (UTC)
commit 31c03f3b51ad2e2d5454c3425942ccdaf7773c91
Author: Timm Bäder <mail baedert org>
Date: Thu Oct 3 10:17:56 2019 +0200
filechooserbutton: Only destroy existing native dialogs
gtk/gtkfilechooserbutton.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c
index f60222aa69..dd26efa2cb 100644
--- a/gtk/gtkfilechooserbutton.c
+++ b/gtk/gtkfilechooserbutton.c
@@ -1235,7 +1235,7 @@ gtk_file_chooser_button_hide (GtkWidget *widget)
if (priv->dialog)
gtk_widget_hide (priv->dialog);
- else
+ else if (priv->native)
gtk_native_dialog_hide (GTK_NATIVE_DIALOG (priv->native));
if (GTK_WIDGET_CLASS (gtk_file_chooser_button_parent_class)->hide)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]