Author: olivier
Date: 2006-11-14 20:48:26 +0000 (Tue, 14 Nov 2006)
New Revision: 23876

Modified:
   xfwm4/trunk/src/display.c
Log:
Revert last change

Modified: xfwm4/trunk/src/display.c
===================================================================
--- xfwm4/trunk/src/display.c   2006-11-14 19:37:33 UTC (rev 23875)
+++ xfwm4/trunk/src/display.c   2006-11-14 20:48:26 UTC (rev 23876)
@@ -695,9 +695,7 @@
             display->current_time = (Time) ev->xselection.time;
             break;
         default:
-            /* Omit CurrentTime, keep last known good time stamp.
-               display->current_time = (Time) CurrentTime;
-             */
+            display->current_time = (Time) CurrentTime;
             break;
     }
     return display->current_time;

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to