]> Dogcows Code - chaz/openbox/commitdiff
no \n in g_message
authorDana Jansens <danakj@orodu.net>
Mon, 24 Mar 2003 00:40:29 +0000 (00:40 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 24 Mar 2003 00:40:29 +0000 (00:40 +0000)
openbox/client.c

index 8d1cc03449d3df97b9461ff4f729b2ed4229648d..7a5bc3d7afbf3e31f9ce46df3e3b9846742a103e 100644 (file)
@@ -938,7 +938,7 @@ void client_update_wmhints(Client *self)
 
     if (ur != self->urgent) {
        self->urgent = ur;
-       g_message("Urgent Hint for 0x%lx: %s\n", self->window,
+       g_message("Urgent Hint for 0x%lx: %s", self->window,
                  ur ? "ON" : "OFF");
        /* fire the urgent callback if we're mapped, otherwise, wait until
           after we're mapped */
@@ -1930,6 +1930,7 @@ gboolean client_focus(Client *self)
 void client_unfocus(Client *self)
 {
     g_assert(focus_client == self);
+    focus_set_client(NULL);
 }
 
 gboolean client_focused(Client *self)
This page took 0.026212 seconds and 4 git commands to generate.