From b5c77f641d5b0d8dc918fa538a329212b9d1cf84 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Thu, 19 Jun 2003 17:10:47 +0000 Subject: rtext_new_without_senditup replaced by rtext_new (hope this does not break anything) svn path=/trunk/externals/ggee/; revision=726 --- gui/fatom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui') 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 { -- cgit v1.2.1