1
0
forked from aniani/vim

updated for version 7.0106

This commit is contained in:
Bram Moolenaar 2005-07-09 20:58:57 +00:00
parent 51bab74a87
commit ac76e4dd91

View File

@ -2309,7 +2309,7 @@ gui_mch_dialog(type, title, message, buttons, dfltbutton, textfield)
XtPopup(dialogshell, XtGrabNonexclusive);
while (1)
for (;;)
{
XtAppNextEvent(app, &event);
XtDispatchEvent(&event);