]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
use fprintf not g_message in the signal handler. no mallocing allowed.
[chaz/openbox] / openbox / screen.c
index 53ba27024f56a2b1887835bd49f49392fe369342..deb3d3fbc31d5278959b56ceaed407eb111e399f 100644 (file)
@@ -93,7 +93,7 @@ gboolean screen_annex()
     PROP_SET32(ob_root, net_supporting_wm_check, window, support_window);
 
     /* set properties on the supporting window */
-    PROP_SETS(support_window, net_wm_name, "Openbox3");
+    PROP_SETS(support_window, net_wm_name, "Openbox");
     PROP_SET32(support_window, net_supporting_wm_check, window,support_window);
 
     /* set the _NET_SUPPORTED_ATOMS hint */
This page took 0.01977 seconds and 4 git commands to generate.