aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/AutoEventQueue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Push a new event queue while showing the dialogue with gtk_dialog_run.Christian Persch2005-09-261-0/+106
2005-09-26 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/Makefile.am: * embed/mozilla/AutoEventQueue.cpp: * embed/mozilla/AutoEventQueue.h: * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: (DoDialog): Push a new event queue while showing the dialogue with gtk_dialog_run. This fixes the problem (caused by the braindead API of showing this dialogue synchronously) that networking is blocked in all other windows while the dialogue is shown.