X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkdialog.c;h=b88ca5f5ba5d637f51e1ade6beafebf6d0a07540;hb=0cc688aa92b8fe5452b63fb49c51204498a2988b;hp=ad32047a7156a04bd60a2eedde0361a100fc0bbb;hpb=5ff8fe69715a7f0da56816246be7ffaa05bd5ce9;p=~andy%2Fgtk diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index ad32047a7..b88ca5f5b 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ /* @@ -35,11 +33,13 @@ #include "gtklabel.h" #include "gtkmarshalers.h" #include "gtkbox.h" +#include "gtkboxprivate.h" #include "gtkmain.h" #include "gtkintl.h" #include "gtkbindings.h" #include "gtkprivate.h" #include "gtkbuildable.h" +#include "gtksettings.h" /** * SECTION:gtkdialog @@ -1106,9 +1106,9 @@ gtk_dialog_run (GtkDialog *dialog) ri.loop = g_main_loop_new (NULL, FALSE); - GDK_THREADS_LEAVE (); + gdk_threads_leave (); g_main_loop_run (ri.loop); - GDK_THREADS_ENTER (); + gdk_threads_enter (); g_main_loop_unref (ri.loop);