diff options
Diffstat (limited to 'scrolllist.c')
-rw-r--r-- | scrolllist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scrolllist.c b/scrolllist.c index 476c4dc..bbbbf73 100644 --- a/scrolllist.c +++ b/scrolllist.c @@ -998,7 +998,7 @@ static void scrolllist_free(t_scrolllist *x) void scrolllist_setup(void) { - post( scrolllist_version ); + verbose(0, scrolllist_version ); scrolllist_class = class_new(gensym("scrolllist"), (t_newmethod)scrolllist_new, (t_method)scrolllist_free, sizeof(t_scrolllist), CLASS_DEFAULT, A_GIMME, 0); |