summaryrefslogtreecommitdiff
path: root/gnome-settings-daemon
diff options
context:
space:
mode:
authorJody Goldberg <jody@gnome.org>2002-08-15 21:59:36 +0000
committerJody Goldberg <jody@src.gnome.org>2002-08-15 21:59:36 +0000
commit368721557cd37aea6c1e95ff861d9fe2a679f762 (patch)
tree9e5ae0fca84d99ee8196c2006bc89e6444617e15 /gnome-settings-daemon
parent4d0044cf19a6039ef9a3502bbf1732e37c14fdd6 (diff)
downloadgnome-control-center-368721557cd37aea6c1e95ff861d9fe2a679f762.tar.gz
Add a pile of missing metacity bindings.
2002-08-15 Jody Goldberg <jody@gnome.org> * gnome-keybinding-properties.c : Add a pile of missing metacity bindings.
Diffstat (limited to 'gnome-settings-daemon')
-rw-r--r--gnome-settings-daemon/gnome-settings-wm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnome-settings-daemon/gnome-settings-wm.c b/gnome-settings-daemon/gnome-settings-wm.c
index c26a498ed..8d80a5a38 100644
--- a/gnome-settings-daemon/gnome-settings-wm.c
+++ b/gnome-settings-daemon/gnome-settings-wm.c
@@ -100,6 +100,7 @@ gnome_settings_wm_init (GConfClient *client)
void
gnome_settings_wm_load (GConfClient *client)
{
-
+ set_number_of_workspaces (gconf_client_get_int (client, "/desktop/gnome/applications/window_manager/number_of_workspaces", NULL));
+ set_workspace_names (gconf_client_get_list (client, "/desktop/gnome/applications/window_manager/workspace_names", GCONF_VALUE_LIST, NULL));
}