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:
44889c3
)
no \n in g_messages
author
Dana Jansens
<danakj@orodu.net>
Wed, 19 Mar 2003 19:58:25 +0000
(19:58 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 19 Mar 2003 19:58:25 +0000
(19:58 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 3e5430f02a86f0ad19e65bbfcae781eadf8817c5..3100993b2747c909e865b3147e84cd9d92adc502 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-1465,7
+1465,7
@@
void client_iconify(Client *self, gboolean iconic, gboolean curdesk)
{
if (self->iconic == iconic) return; /* nothing to do */
- g_message("%sconifying window: 0x%lx
\n
", (iconic ? "I" : "Uni"),
+ g_message("%sconifying window: 0x%lx", (iconic ? "I" : "Uni"),
self->window);
self->iconic = iconic;