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:
8515553
)
debug print
author
Dana Jansens
<danakj@orodu.net>
Wed, 9 May 2007 18:00:37 +0000
(18:00 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 9 May 2007 18:00:37 +0000
(18:00 +0000)
openbox/propwin.c
patch
|
blob
|
history
diff --git
a/openbox/propwin.c
b/openbox/propwin.c
index 0bf74b2af1bdc90254be10076c6e2f5713fdc15f..8ef1f657373d8c0e9bdab8ccdb8b86f37187e2bd 100644
(file)
--- a/
openbox/propwin.c
+++ b/
openbox/propwin.c
@@
-76,6
+76,10
@@
void propwin_add(Window win, ObPropWinType type, struct _ObClient *client)
} else
g_assert(g_slist_find(p->data[type].clients, client) == NULL);
+ if (p->data[type].clients != NULL)
+ ob_debug("Client %s is using a property window 0x%x that is already "
+ "in use\n", client->title, win);
+
/* add it to the clients list */
p->data[type].clients = g_slist_prepend(p->data[type].clients, client);
}