[Spice-devel] [PATCH] client: disable clipboard for now (defined out)

Alon Levy alevy at redhat.com
Mon Aug 23 07:34:45 PDT 2010


---
 client/application.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/client/application.cpp b/client/application.cpp
index 490cd8c..8eac8f6 100644
--- a/client/application.cpp
+++ b/client/application.cpp
@@ -1325,7 +1325,9 @@ void Application::on_app_activated()
 {
     _active = true;
     _key_handler->on_focus_in();
+#ifdef CLIPBOARD_ENABLED
     Platform::set_clipboard_listener(this);
+#endif
 }
 
 void Application::on_clipboard_change()
-- 
1.7.1



More information about the Spice-devel mailing list