From 305dad48ae26e752c56eddf0de3aee0cdfd5a751 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Fri, 8 Jan 2016 16:09:37 -0500
Subject: [PATCH] comment out old sys_vgui msg

---
 pd/src/g_text.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pd/src/g_text.c b/pd/src/g_text.c
index 97e2b1876..c13045983 100644
--- a/pd/src/g_text.c
+++ b/pd/src/g_text.c
@@ -1820,8 +1820,8 @@ static int text_click(t_gobj *z, struct _glist *glist,
         {
             //fprintf(stderr,"atom click\n");
             /* Change the gatom blue when it's clicked? Need to test... */
-            sys_vgui(".x%lx.c itemconfigure %s -fill %s\n", canvas, 
-                rtext_gettag(y), "$pd_colors(selection)");
+            //sys_vgui(".x%lx.c itemconfigure %s -fill %s\n", canvas,
+            //    rtext_gettag(y), "$pd_colors(selection)");
             gui_vmess("gui_gatom_activate", "xsi",
                 canvas,
                 rtext_gettag(y),
-- 
GitLab