Merge branch 'wip/baedert/for-master' into 'master'

Wip/baedert/for master

See merge request GNOME/gtk!3189
This commit is contained in:
Matthias Clasen 2021-02-12 12:45:51 +00:00
commit 919e06a831
2 changed files with 1 additions and 8 deletions

View File

@ -68,10 +68,6 @@ struct _GtkNativeDialogPrivate
guint visible : 1;
guint modal : 1;
/* Run state */
int run_response_id;
GMainLoop *run_loop; /* Non-NULL when in run */
};
enum {
@ -347,9 +343,6 @@ gtk_native_dialog_hide (GtkNativeDialog *self)
klass->hide (self);
if (priv->run_loop && g_main_loop_is_running (priv->run_loop))
g_main_loop_quit (priv->run_loop);
g_object_notify_by_pspec (G_OBJECT (self), native_props[PROP_VISIBLE]);
}

View File

@ -198,7 +198,7 @@ check_functions = [
'_lock_file',
'flockfile',
'mkstemp',
'mallinfo',
'mallinfo2',
'sincos',
'sincosf',
]