summaryrefslogtreecommitdiff
path: root/src/screen.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2002-09-24 02:04:32 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-09-24 02:04:32 +0000
commit94e75ba53c3d3f3e2c28fc142c9770d1a1aa5310 (patch)
treed99c28dd87803e22f4d36b4d2839bf1115d5a63f /src/screen.c
parentf4e602a791b485fbb9d9905350bb5aa2eb0898ef (diff)
downloadmetacity-94e75ba53c3d3f3e2c28fc142c9770d1a1aa5310.tar.gz
re-enable the log handler, maybe it will break something, I don't remember
2002-09-23 Havoc Pennington <hp@pobox.com> * src/main.c (main): re-enable the log handler, maybe it will break something, I don't remember why I turned it off. * src/display.c: s/_NET_SHOW_DESKTOP/_NET_SHOWING_DESKTOP/ which is what's in the spec
Diffstat (limited to 'src/screen.c')
-rw-r--r--src/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c
index 90f728b6..d503b321 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -115,7 +115,7 @@ set_supported_hint (MetaScreen *screen)
atoms[27] = screen->display->atom_net_wm_ping;
atoms[28] = screen->display->atom_net_active_window;
atoms[29] = screen->display->atom_net_workarea;
- atoms[30] = screen->display->atom_net_show_desktop;
+ atoms[30] = screen->display->atom_net_showing_desktop;
atoms[31] = screen->display->atom_net_desktop_layout;
atoms[32] = screen->display->atom_net_desktop_names;
atoms[33] = screen->display->atom_net_wm_allowed_actions;