[kupfer] launch: Use activate_transient to activate windows



commit fd1940cc826f5fb915512bffd48177a0a84db1cf
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Wed Mar 30 21:10:26 2011 +0200

    launch: Use activate_transient to activate windows

 kupfer/launch.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kupfer/launch.py b/kupfer/launch.py
index b25dc57..a5213eb 100644
--- a/kupfer/launch.py
+++ b/kupfer/launch.py
@@ -290,7 +290,7 @@ class ApplicationsMatcherService (pretty.OutputMixin):
 			wspc = window.get_workspace()
 			if wspc:
 				wspc.activate(evttime)
-			window.activate(evttime)
+			window.activate_transient(evttime)
 
 	def application_close_all(self, app_id):
 		application_windows = self.get_application_windows(app_id)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]