mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.2-319
This commit is contained in:
@@ -1274,13 +1274,12 @@ gui_xm_select_font(char_u *current)
|
||||
XtAppProcessEvent(XtWidgetToApplicationContext(data->dialog),
|
||||
(XtInputMask)XtIMAll);
|
||||
|
||||
XtDestroyWidget(data->dialog);
|
||||
|
||||
if (data->old)
|
||||
{
|
||||
XFreeFont(XtDisplay(data->dialog), data->old);
|
||||
XmFontListFree(data->old_list);
|
||||
}
|
||||
XtDestroyWidget(data->dialog);
|
||||
|
||||
gui_motif_synch_fonts();
|
||||
|
||||
|
Reference in New Issue
Block a user