diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-12-03 05:39:21 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-12-03 05:39:21 +0000 |
commit | 8d42c08d4abffd0a70f88915304b5c3653d3c14c (patch) | |
tree | 6e848e74dcd3c0f1510e27017323bcd2a2e67889 /cyclone | |
parent | f553dcca3d3b5600161db6d8bf7369527078d992 (diff) |
reverting to original savefn since I can't figure out how Krzysztof is using te_binbuf
svn path=/trunk/externals/miXed/; revision=9072
Diffstat (limited to 'cyclone')
-rw-r--r-- | cyclone/hammer/comment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyclone/hammer/comment.c b/cyclone/hammer/comment.c index 536fa07..8fd2431 100644 --- a/cyclone/hammer/comment.c +++ b/cyclone/hammer/comment.c @@ -455,7 +455,7 @@ static void comment_save(t_gobj *z, t_binbuf *b) comment_validate(x, 0); binbuf_addv(b, "ssiisiissiiii", gensym("#X"), gensym("obj"), (int)t->te_xpix, (int)t->te_ypix, - atom_getsymbol(binbuf_getvec(x->x_ob.te_binbuf)), + gensym("comment"), x->x_pixwidth, x->x_fontsize, x->x_fontfamily, (x->x_encoding ? x->x_encoding : gensym("?")), x->x_fontprops, |