]> Dogcows Code - chaz/openbox/commitdiff
fix a comment
authorDana Jansens <danakj@orodu.net>
Tue, 15 May 2007 04:34:11 +0000 (04:34 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 15 May 2007 04:34:11 +0000 (04:34 +0000)
openbox/event.c

index 9d10698b8b7dd17980108e3e14ffbec7add574fa..1fa5e11f601538f45784631fffda7571078a5179 100644 (file)
@@ -515,7 +515,7 @@ static void event_process(const XEvent *ec, gpointer data)
                           "Focus went to a window that is already gone\n");
 
             /* If you send focus to a window and then it disappears, you can
-               get the FocusIn FocusOut for it, after it is unmanaged.
+               get the FocusIn for it, after it is unmanaged.
                Just wait for the next FocusOut/FocusIn pair. */
         }
         else if (client != focus_client) {
This page took 0.02699 seconds and 4 git commands to generate.