From ec67e96583fe0a1f9a1ef2f75b9293117c115319 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 10 Mar 2007 22:52:50 +0000 Subject: make startup notification a little more robust. obconf is just broken, between the application and it's .desktop. --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/client.c') 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! */ -- cgit v1.2.3