From 59cea4f2d3a7ff6723b120fb52a8958ef036537e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 26 May 2002 20:51:12 +0000 Subject: save workspace names properly with the new Configuration class. --- src/Workspace.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Workspace.cc') diff --git a/src/Workspace.cc b/src/Workspace.cc index 3ef99ea7..0bc906cb 100644 --- a/src/Workspace.cc +++ b/src/Workspace.cc @@ -382,6 +382,7 @@ void Workspace::setName(const string& new_name) { clientmenu->setLabel(name); clientmenu->update(); + screen->saveWorkspaceNames(); } -- cgit v1.2.3