]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-319 v7.2.319
authorBram Moolenaar <Bram@vim.org>
Wed, 16 Dec 2009 17:49:39 +0000 (17:49 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 16 Dec 2009 17:49:39 +0000 (17:49 +0000)
src/gui_xmdlg.c
src/version.c

index e512fe8a1ad7785221c9e80c855c04009b9683bf..072a53c00c19b82b270127db5f8311f5d5a1dd99 100644 (file)
@@ -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();
 
index aeee1c0806fec403bcdb70dc0c7bbee52d0e100c..3d9b7b6e9df9244693320b51cdd133abc212b0bc 100644 (file)
@@ -681,6 +681,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    319,
 /**/
     318,
 /**/