diff --git a/po/xfwm4.pot b/po/xfwm4.pot index b587c4b5da2002bd29a43d57a8f5635b2a703ee4..f2d4d8921566a754f6ae6141fe721bde3e636750 100644 --- a/po/xfwm4.pot +++ b/po/xfwm4.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-09 07:50+0200\n" +"POT-Creation-Date: 2004-04-12 22:51+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/src/workspaces.c b/src/workspaces.c index 3a5aecbd53433db238692721b1279bb524135336..f44c6cb5e215f7d7ed6058bd519b3e4c79f9dd96 100644 --- a/src/workspaces.c +++ b/src/workspaces.c @@ -71,6 +71,7 @@ workspaceSwitch (int new_ws, Client * c2) workspace = new_ws; if (c2) { + clientRaise (c2); clientSetWorkspace (c2, new_ws, FALSE); }