diff options
Diffstat (limited to 'toxy/widget.c')
-rw-r--r-- | toxy/widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxy/widget.c b/toxy/widget.c index 9481b89..c0bffd8 100644 --- a/toxy/widget.c +++ b/toxy/widget.c @@ -468,7 +468,7 @@ static void widget_properties(t_gobj *z, t_glist *glist) char buf[MAXPDSTRING + 1]; buf[MAXPDSTRING] = 0; sprintf(buf, "%s %s", x->x_type->s_name, x->x_name->s_name); - hammereditor_open(x->x_filehandle, buf); + hammereditor_open(x->x_filehandle, buf, 0); while (nleft > 0) { if (nleft > MAXPDSTRING) |