]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
check them startupnotify-provided wmclass against both parts of a window's wm_class...
[chaz/openbox] / openbox / client.c
index 63245a3c157e428e56a2113813e4a47d05ffa411..0a0d1ffc6765f886a6a78ab85f8e817798942330 100644 (file)
@@ -313,7 +313,7 @@ void client_manage(Window window)
     client_setup_decor_and_functions(self, FALSE);
 
     /* tell startup notification that this app started */
-    launch_time = sn_app_started(self->startup_id, self->class);
+    launch_time = sn_app_started(self->startup_id, self->class, self->name);
 
     /* do this after we have a frame.. it uses the frame to help determine the
        WM_STATE to apply. */
This page took 0.020265 seconds and 4 git commands to generate.