aboutsummaryrefslogtreecommitdiff
path: root/popup/popup.c
diff options
context:
space:
mode:
Diffstat (limited to 'popup/popup.c')
-rw-r--r--popup/popup.c2
1 files changed, 1 insertions, 1 deletions
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);
}