diff options
Diffstat (limited to 'new/newcontrol_unix.c')
| -rw-r--r-- | new/newcontrol_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/newcontrol_unix.c b/new/newcontrol_unix.c index 0523bd3..3123685 100644 --- a/new/newcontrol_unix.c +++ b/new/newcontrol_unix.c @@ -64,7 +64,7 @@ uiControl *uiUnixNewControl(GType type, guint nConstructParams, GParameter *cons { uiSingleWidgetControl *c; - c = g_new0(uiSingleWidgetControl, 1); + c = uiNew(uiSingleWidgetControl); c->widget = GTK_WIDGET(g_object_newv(type, nConstructParams, constructParams)); c->immediate = c->widget; |
