[Vm-dev] [commit] r2182 - turn off beep when selection target is local

commits at squeakvm.org commits at squeakvm.org
Fri Apr 9 22:09:50 UTC 2010


Author: piumarta
Date: 2010-04-09 15:09:50 -0700 (Fri, 09 Apr 2010)
New Revision: 2182

Modified:
   trunk/platforms/unix/vm-display-X11/sqUnixX11.c
Log:
turn off beep when selection target is local

Modified: trunk/platforms/unix/vm-display-X11/sqUnixX11.c
===================================================================
--- trunk/platforms/unix/vm-display-X11/sqUnixX11.c	2010-04-09 11:10:18 UTC (rev 2181)
+++ trunk/platforms/unix/vm-display-X11/sqUnixX11.c	2010-04-09 22:09:50 UTC (rev 2182)
@@ -27,7 +27,7 @@
 
 /* Author: Ian Piumarta <ian.piumarta at squeakland.org>
  *
- * Last edited: 2009-09-02 15:10:16 by piumarta on ubuntu.piumarta.com
+ * Last edited: 2010-04-09 15:04:50 by piumarta on ubuntu
  *
  * Support for more intelligent CLIPBOARD selection handling contributed by:
  *	Ned Konz <ned at bike-nomad.com>
@@ -1175,8 +1175,7 @@
 #    if defined(DEBUG_SELECTIONS)
       fprintf(stderr, "getSelection: xselection.property == None\n");
 #    endif
-      if (isConnectedToXServer)
-	XBell(stDisplay, 0);
+      /* if (isConnectedToXServer) XBell(stDisplay, 0); */
       return;
     }
 



More information about the Vm-dev mailing list