]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
make startup notification a little more robust. obconf is just broken, between
[chaz/openbox] / openbox / client.c
index c70d6591fa5c5d3b2caca71542e807dc0f1116e3..5441dbd91f219d335f49f1aed1fb46a5cec7fcc4 100644 (file)
@@ -299,7 +299,7 @@ void client_manage(Window window)
     client_get_all(self);
     client_restore_session_state(self);
 
-    sn_app_started(self->class);
+    sn_app_started(self->startup_id, self->class);
 
     /* update the focus lists, do this before the call to change_state or
        it can end up in the list twice! */
This page took 0.01972 seconds and 4 git commands to generate.