diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-19 19:58:25 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-19 19:58:25 +0000 |
| commit | 6321d28652409be598ece0f4889d25018b267ee6 (patch) | |
| tree | 235bf62655325d3847373cb084d30416055cfb23 | |
| parent | 44889c3c69f2d1d30a329dcfee57010ff9d5730f (diff) | |
no \n in g_messages
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c index 3e5430f0..3100993b 100644 --- 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; |
