summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-01-20 09:52:10 -0500
committerDana Jansens <danakj@orodu.net>2008-01-20 09:52:10 -0500
commit6a8a8531bad25c148b4c62263d16c0996a21ca6e (patch)
tree4fdd8c2ffdc9ce3522e143638a359442284f151c /openbox/client.c
parent2c6240fd2f3e50fca76bb3f4df172eb745982b79 (diff)
check them startupnotify-provided wmclass against both parts of a window's wm_class hint, as the spec doth say so.
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 63245a3c..0a0d1ffc 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -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. */