[Pkg-e-commits] [SCM] Enlightenment 17 branch, upstream-vcs, updated. a8698069ec4eec9c2a189198fa5eec9854b168ac

englebass englebass at alioth.debian.org
Sun May 4 21:40:28 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit a1cd5148705a2eedd36f58fe49bc44d2d285bab3
Author: englebass <englebass>
Date:   Mon Apr 28 16:10:05 2008 +0000

    formatting

diff --git a/src/bin/e_border.c b/src/bin/e_border.c
index 2bb939f..f239bbe 100644
--- a/src/bin/e_border.c
+++ b/src/bin/e_border.c
@@ -1404,7 +1404,7 @@ e_border_focus_set(E_Border *bd, int focus, int set)
 //   printf(" accept:%i take:%i\n", bd->client.icccm.accepts_focus, bd->client.icccm.take_focus);
    if (!bd->client.icccm.accepts_focus) return;
    /* dont focus an iconified window. that's silly! */
-   if ((focus) && (bd->iconic))return;
+   if ((focus) && (bd->iconic)) return;
    
    if ((bd->modal) && (bd->modal != bd))
      {

-- 
Enlightenment 17



More information about the Pkg-e-commits mailing list