forked from AuroraMiddleware/gtk
Merge branch 'wip/baedert/for-master' into 'master'
Wip/baedert/for master See merge request GNOME/gtk!3189
This commit is contained in:
commit
919e06a831
@ -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]);
|
||||
}
|
||||
|
||||
|
@ -198,7 +198,7 @@ check_functions = [
|
||||
'_lock_file',
|
||||
'flockfile',
|
||||
'mkstemp',
|
||||
'mallinfo',
|
||||
'mallinfo2',
|
||||
'sincos',
|
||||
'sincosf',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user