diff options
author | Guenter Geiger <ggeiger@users.sourceforge.net> | 2003-06-19 17:10:47 +0000 |
---|---|---|
committer | Guenter Geiger <ggeiger@users.sourceforge.net> | 2003-06-19 17:10:47 +0000 |
commit | b5c77f641d5b0d8dc918fa538a329212b9d1cf84 (patch) | |
tree | 1f8dbb80ba29df91ad1a59a25dd3066fc001ae50 | |
parent | ddbaa86f0063473a995caa2435e0cae955385f61 (diff) |
rtext_new_without_senditup replaced by rtext_new (hope this does not break anything)
svn path=/trunk/externals/ggee/; revision=726
-rw-r--r-- | gui/fatom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/fatom.h b/gui/fatom.h index 8c0854e..43874a7 100644 --- a/gui/fatom.h +++ b/gui/fatom.h @@ -283,7 +283,7 @@ static void fatom_vis(t_gobj *z, t_glist *glist, int vis) t_rtext *y; DEBUG(post("vis: %d",vis);) if (vis) { - y = (t_rtext *) rtext_new_without_senditup(glist, (t_text *)z, glist->gl_editor->e_rtext); + y = (t_rtext *) rtext_new(glist, (t_text *)z); fatom_drawme(s, glist, 1); } else { |