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:
68ff2eb
)
remove debug print
author
Dana Jansens
<danakj@orodu.net>
Fri, 4 Apr 2003 20:22:44 +0000
(20:22 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 4 Apr 2003 20:22:44 +0000
(20:22 +0000)
plugins/keyboard/keyparse.c
patch
|
blob
|
history
diff --git
a/plugins/keyboard/keyparse.c
b/plugins/keyboard/keyparse.c
index 95a60ba335c8e2de44ddd9d0783ef2481269b748..611686418c610b2d881e83bc6f57e93f51b1504f 100644
(file)
--- a/
plugins/keyboard/keyparse.c
+++ b/
plugins/keyboard/keyparse.c
@@
-75,11
+75,9
@@
void keyparse(ParseToken *token)
GList *strchain = NULL;
/* build a list of just char*'s */
- for (it = chain; it; it = it->next)
{
+ for (it = chain; it; it = it->next)
strchain = g_list_append(strchain,
((ParseToken*)it->data)->data.identifier);
- g_print("Chain %s\n", ((ParseToken*)it->data)->data.identifier);
- }
/* these use the argument */
if (action->func == action_execute || action->func == action_restart)