summaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r--src/fluxbox.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index 48b67bf..fd50392 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -1479,7 +1479,7 @@ void Fluxbox::save_rc() {
1479 1479
1480 for (unsigned int workspace=0; workspace < screen->numberOfWorkspaces(); workspace++) { 1480 for (unsigned int workspace=0; workspace < screen->numberOfWorkspaces(); workspace++) {
1481 if (screen->getWorkspace(workspace)->name().size()!=0) 1481 if (screen->getWorkspace(workspace)->name().size()!=0)
1482 workspaces_string.append(screen->getWorkspace(workspace)->name()); 1482 workspaces_string.append(FbTk::FbStringUtil::FbStrToLocale(screen->getWorkspace(workspace)->name()));
1483 else 1483 else
1484 workspaces_string.append("Null"); 1484 workspaces_string.append("Null");
1485 workspaces_string.append(","); 1485 workspaces_string.append(",");