summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-10 22:52:50 +0000
committerDana Jansens <danakj@orodu.net>2007-03-10 22:52:50 +0000
commitec67e96583fe0a1f9a1ef2f75b9293117c115319 (patch)
tree336e288a601dc3589a148d9136822bf5604a10f7 /openbox/client.c
parent3f7ad89510b3182d69a9543f78637619eb13219f (diff)
make startup notification a little more robust. obconf is just broken, between
the application and it's .desktop.
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c
index c70d6591..5441dbd9 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -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! */