From f20c591e7b9d998d8d02e75a26612272ce0508e2 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 6 Aug 2012 08:51:54 +0000 Subject: [PATCH] focus dbus action also raises window where necessary ticket #1277 SVN revision: 74911 --- src/bin/e_msgbus.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/bin/e_msgbus.c b/src/bin/e_msgbus.c index 43979dbea..b32122a87 100644 --- a/src/bin/e_msgbus.c +++ b/src/bin/e_msgbus.c @@ -463,6 +463,11 @@ E_MSGBUS_WIN_ACTION_CB_END E_MSGBUS_WIN_ACTION_CB_BEGIN(focus) e_border_focus_set(bd, 1, 1); +if (!bd->lock_user_stacking) + { + if (e_config->border_raise_on_focus) + e_border_raise(bd); + } E_MSGBUS_WIN_ACTION_CB_END E_MSGBUS_WIN_ACTION_CB_BEGIN(iconify)