diff --git a/src/gnome-shell-plugin.c b/src/gnome-shell-plugin.c index 41dce906d..dbbc967e4 100644 --- a/src/gnome-shell-plugin.c +++ b/src/gnome-shell-plugin.c @@ -350,7 +350,7 @@ gnome_shell_plugin_xevent_filter (MetaPlugin *plugin, if (_shell_global_check_xdnd_event (shell_plugin->global, xev)) return TRUE; - return clutter_x11_handle_event (xev) != CLUTTER_X11_FILTER_CONTINUE; + return FALSE; } static gboolean