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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

commits-3
 
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 <[hidden email]>
  *
- * 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 <[hidden email]>
@@ -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;
     }