diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-26 07:59:05 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-26 07:59:05 +0000 |
| commit | f24116de755c1bedf30388987ae6dcdfe95bfc84 (patch) | |
| tree | 7f0cc818f420be1debfb73cfb39709571cd4c650 /openbox/client.c | |
| parent | 059fa15ae1ae564607e1d4b01559487dcf25b13a (diff) | |
rm some debug prints
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/openbox/client.c b/openbox/client.c index 61df2ad3..8d2b3bbb 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -50,10 +50,8 @@ void client_startup() (GEqualFunc)map_key_comp); /* save the stacking order on startup! */ - if (!PROP_GET32U(ob_root, net_client_list_stacking, window, - client_startup_stack_order, client_startup_stack_size)) - g_message("failed"); - g_message("%ld", client_startup_stack_size); + PROP_GET32U(ob_root, net_client_list_stacking, window, + client_startup_stack_order, client_startup_stack_size)) client_set_list(); } |
