hmm seems not kosher
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 8 Jul 2010 06:53:06 +0000 (06:53 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 8 Jul 2010 06:53:06 +0000 (06:53 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@50122 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_x/xlib/ecore_x_events.c

index bf00c42..ede31a1 100644 (file)
@@ -1283,12 +1283,13 @@ _ecore_x_event_handle_selection_clear(XEvent *xevent)
    LOGFN(__FILE__, __LINE__, __FUNCTION__);
    _ecore_x_last_event_mouse_move = 0;
    d = _ecore_x_selection_get(xevent->xselectionclear.selection);
+/* errr..... why? paranoia.  
    if (d && (xevent->xselectionclear.time > d->time))
      {
        _ecore_x_selection_set(None, NULL, 0, 
                               xevent->xselectionclear.selection);
      }
-
+ */
    /* Generate event for app cleanup */
    e = malloc(sizeof(Ecore_X_Event_Selection_Clear));
    e->win = xevent->xselectionclear.window;