From: John Darrington Date: Mon, 22 Jun 2015 16:45:17 +0000 (+0200) Subject: Remove deprecated functions gtk_threads_enter and gdk_threads_leave X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0513c67b49d9b7e8a71db9fe48ad80827035a9cd;p=pspp Remove deprecated functions gtk_threads_enter and gdk_threads_leave --- diff --git a/src/ui/gui/psppire-dialog.c b/src/ui/gui/psppire-dialog.c index b006222a61..5726cc76a9 100644 --- a/src/ui/gui/psppire-dialog.c +++ b/src/ui/gui/psppire-dialog.c @@ -437,9 +437,7 @@ psppire_dialog_run (PsppireDialog *dialog) g_signal_emit (dialog, signals [DIALOG_REFRESH], 0); - gdk_threads_leave (); g_main_loop_run (dialog->loop); - gdk_threads_enter (); g_main_loop_unref (dialog->loop);