no \n in g_messages

This commit is contained in:
Dana Jansens 2003-03-19 19:58:25 +00:00
parent 44889c3c69
commit 6321d28652

View file

@ -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;