mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.2.1715: Motif GUI: commented out code missed {}
Problem: Motif GUI: commented out code missed {}. Solution: Add {} and reenable the code. (similar to #6989)
This commit is contained in:
parent
8902b31f1b
commit
26cd3063b2
@ -1242,11 +1242,11 @@ add_pixmap_args(vimmenu_T *menu, Arg *args, int n)
|
||||
}
|
||||
else
|
||||
{
|
||||
# if 0 // DISABLED - this causes a crash when running "make test_gui" in
|
||||
// Test_colorscheme()
|
||||
if (menu->xpm_fname != NULL)
|
||||
{
|
||||
XtSetArg(args[n], XmNpixmapFile, menu->xpm_fname); n++;
|
||||
# endif
|
||||
}
|
||||
XtSetArg(args[n], XmNpixmapData, menu->xpm); n++;
|
||||
XtSetArg(args[n], XmNlabelLocation, XmBOTTOM); n++;
|
||||
}
|
||||
|
@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1715,
|
||||
/**/
|
||||
1714,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user