Skip to content
Snippets Groups Projects
Commit 79b8cb2f authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

Fix #171

(Old svn revision: 11697)
parent 834e3e40
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -71,6 +71,7 @@ workspaceSwitch (int new_ws, Client * c2)
workspace = new_ws;
if (c2)
{
clientRaise (c2);
clientSetWorkspace (c2, new_ws, FALSE);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment