From c1b6161a1a31081ccddd0d6b21d26140b9e64548 Mon Sep 17 00:00:00 2001 From: "B. Bogart" Date: Fri, 5 Nov 2004 15:44:44 +0000 Subject: Fixed name-clash bug thanks to Guenter! svn path=/trunk/externals/bbogart/; revision=2219 --- popup/popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'popup/popup.c') diff --git a/popup/popup.c b/popup/popup.c index f169408..7488653 100644 --- a/popup/popup.c +++ b/popup/popup.c @@ -395,7 +395,7 @@ static void popup_name(t_popup* x, t_symbol *name) { DEBUG(post("name start");) - x->x_name->s_name = name->s_name; + x->x_name = name; sys_vgui(".x%x.c.s%x configure -text \"%s\"\n", x->x_glist, x, name->s_name); } -- cgit v1.2.1