mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0044
This commit is contained in:
@@ -116,6 +116,7 @@ gtk_form_put(GtkForm *form,
|
||||
|
||||
g_return_if_fail(GTK_IS_FORM(form));
|
||||
|
||||
/* LINTED: avoid warning: conversion to 'unsigned long' */
|
||||
child = g_new(GtkFormChild, 1);
|
||||
|
||||
child->widget = child_widget;
|
||||
|
Reference in New Issue
Block a user