diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-20 09:52:10 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-20 09:52:10 -0500 |
| commit | 6a8a8531bad25c148b4c62263d16c0996a21ca6e (patch) | |
| tree | 4fdd8c2ffdc9ce3522e143638a359442284f151c /openbox/client.c | |
| parent | 2c6240fd2f3e50fca76bb3f4df172eb745982b79 (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.c | 2 |
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. */ |
