projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
191f982
)
remove debug prints
author
Dana Jansens
<danakj@orodu.net>
Mon, 8 Sep 2003 19:32:01 +0000
(19:32 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 8 Sep 2003 19:32:01 +0000
(19:32 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 197be7cc6af662eafa2496bf7034ce550f4e9b6a..4ac234d73315a9d3137078f70c0643e3a99f4249 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-660,8
+660,6
@@
static void client_get_all(ObClient *self)
client_get_state(self);
client_get_shaped(self);
- g_message("self->iconic %d", self->iconic);
-
client_get_mwm_hints(self);
client_get_type(self);/* this can change the mwmhints for special cases */
@@
-1715,7
+1713,6
@@
static void client_apply_startup_state(ObClient *self)
{
/* these are in a carefully crafted order.. */
- g_message("self->iconic %d", self->iconic);
if (self->iconic) {
self->iconic = FALSE;
client_iconify(self, TRUE, FALSE);